Documentation
¶
Overview ¶
Package schema provides embedded JSON schemas and default configs for the devlore ecosystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( LoreSchema = DevloreSchema LoreDefaultConfig = DevloreDefaultConfig WritSchema = DevloreSchema WritDefaultConfig = DevloreDefaultConfig )
Legacy aliases for backward compatibility. These point to the shared devlore schema and config.
var DevloreDefaultConfig []byte
DevloreDefaultConfig is the shared default configuration.
var DevloreSchema []byte
DevloreSchema is the shared JSON schema for the devlore config file. Both lore and writ read from ~/.config/devlore/config.yaml.
var LifecycleSchema []byte
LifecycleSchema is provided by internal/registry for backward compatibility. Prefer using registry.LifecycleSchema directly. TODO: Remove this re-export once callers are updated.
var PackagesManifestSchema []byte
PackagesManifestSchema is the JSON schema for packages-manifest.{json,yaml} files. These files declare software dependencies for writ projects.
Functions ¶
This section is empty.
Types ¶
This section is empty.