Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugin = Schema{ // contains filtered or unexported fields }
Plugin is the embedded schema handle for PLUGIN.yaml.
View Source
var WorkflowDelegationBundle = Schema{ // contains filtered or unexported fields }
WorkflowDelegationBundle is the embedded schema handle for .agents/active/delegation-bundles/<delegation-id>.yaml.
Functions ¶
func AgentsRCSchemaJSON ¶ added in v0.4.0
func AgentsRCSchemaJSON() []byte
AgentsRCSchemaJSON returns the canonical AgentsRC (.agentsrc.json) JSON schema bytes. It is exported so command code can validate against the single canonical schema without copying the file (go:embed cannot reach a sibling directory).
Types ¶
type Schema ¶
type Schema struct {
// contains filtered or unexported fields
}
Schema is a lightweight embedded schema handle used by repo-local manifest loaders. The data is embedded so callers can keep schema documentation and validation logic in one place without a runtime dependency on an external compiler.
Click to show internal directories.
Click to hide internal directories.