Expand description
Subcommand handlers.
One module per subcommand. Each exposes a free function
run(ctx, args) -> Result<(), AppError> that projects clap args, calls
the gates or services, renders through output, and returns a typed
error. No clap derives here.
Modulesยง
- assess
assesssubcommand: runtime-shape.- completions
completionssubcommand: runtime-shape.- debt
debtsubcommand: runtime-shape.- doctor
sdd doctor: is this host ready?- gate
gatesubcommand: runtime-shape.- hooks
hookssubcommand: runtime-shape.- init
initsubcommand: runtime-shape.- ki
kisubcommand: runtime-shape.- license
licensesubcommand: runtime-shape.- man
mansubcommand: runtime-shape.- policy
policysubcommand: runtime-shape.- read
- The embedded-document readers: runtime-shape.
- self_
manifest self-manifestsubcommand: runtime-shape.- skill
skillsubcommand: runtime-shape.- status
statussubcommand: runtime-shape.- track
tracksubcommand: runtime-shape.- upgrade
upgradesubcommand: runtime-shape.- verify
verifysubcommand: runtime-shape.