Trim, build, and defer (feature lifecycle)
This policy aligns CLI/MCP/docs SSOT work:
- Trim — Remove or gate command trees and tools that are not reachable from shipped entry points; document the removal in
cli-reachability.mdandref-cli.md. - Build — Wire stubs to real backends or replace with explicit errors and env-gated silent modes (
VOX_SILENT_STUB_*). - Defer — Features that stay behind
Cargofeatures must list the feature flag in CLI docs and architecture SSOT pages; do not imply they exist in the default minimal binary.
CI guards (vox ci check-docs-ssot, vox ci check-codex-ssot, doc-inventory verify) catch drift between this policy and the tree.