Skip to main content

Module cmds

Module cmds 

Source
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 → Use ggen sync
  • ggen validate → Use ggen sync --validate-only
  • ggen template * → Use ggen sync
  • ggen 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§

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
pack
Pack Commands (singular alias for packs)
packs_receipt
Pack Receipt Generation
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