Expand description
Orchestration services: the work behind the lifecycle commands.
Services compose domain types, embedded assets, and filesystem adapters
into the install, verify, upgrade, and rendering operations. Argument
parsing stays in cli, printing in output; nothing here reads argv or
writes a terminal.
Modules§
- agents_
render - Render the managed documentation block for a root
AGENTS.md. - assess
- Classify a target repository before anything lands.
- hooks_
render - Render the gate registry as the managed pre-commit block.
- installer
- Instance installation: project the embedded payload into a target.
- known_
issues - Read the known-issue zone as data.
- policy
- Which declarations an instance’s own specifications do not yet authorize.
- reader
- Embedded document shelves: list and fetch by short name.
- self_
manifest - Regenerate the canon’s own instance manifest.
- skill_
installer - Install the embedded skills into agent skill directories.
- status
- Report an instance’s state as data.
- tracking
- Offline tracking-registry evaluation.
- upgrader
- Binary-driven instance upgrade.
- verifier
- Offline instance verification.