Expand description
Command Router Module - clap-noun-verb v26.5.19 Auto-Discovery
This module provides the entry point for clap-noun-verb auto-discovery.
All noun modules with \[verb\] functions are automatically discovered and registered.
§Architecture
cmds (router) -> auto-discovery -> [verb] functions -> domain (async logic)§Removed Commands
The following commands were removed in v26.5.19:
ggen generate→ Useggen syncggen validate→ Useggen sync --validate-onlyggen template *→ Useggen syncggen project *→ Add back in v26.5.19+ggen graph *→ Add back in v26.5.19+ggen ontology *→ Add back in v26.5.19+ggen marketplace *→ Add back in v26.5.19+ggen ai *→ Add back in v26.5.19+ggen test *→ Add back in v26.5.19+ggen utils *→ Add back in v26.5.19+ggen ci *→ Add back in v26.5.19+ggen workflow *→ Add back in v26.5.19+
Modules§
- agent
- Agent noun — the AGI-facing CLI surface over
ggen_core::agent::PackAgent. - capability
- Capability noun — resolve and enable capability surfaces
(
ggen capability <verb>). - doctor
- Doctor Commands
- git_
hooks - Git hooks installation and management
- graph
- Graph Commands - clap-noun-verb v3.4.0 Migration
- helpers
- Shared helpers for command modules
- init
- Init Command - Initialize a new ggen project
- inverse_
sync - Inverse Sync Command — μ⁻¹ Pipeline CLI
- ontology
- Ontology Commands - Embedded and Marketplace Ontology Management
- pack
- Pack Commands (singular alias for
packs) - packs
- Packs noun — lockfile-oriented, multi-pack project management
(
ggen packs <verb>). - packs_
receipt - Pack Receipt Generation (CLI adapter).
- policy
- Policy Commands
- receipt
- Receipt Commands
- sync
- Sync Command - The ONLY command in ggen v26_5_19
- utils
- Utils Commands - clap-noun-verb v3.4.0 Migration
Functions§
- run_cli
- Setup and run the command router using clap-noun-verb v26.5.19 auto-discovery