commands
commands
¶
Command registry for terok-clearance.
Defines COMMANDS — the single source of truth consumed by both the
standalone terok-clearance-hub CLI and the terok integration layer.
Each entry is a lazy root: a
CommandDef carrying only name,
help, and a source reference to the module that defines the
fully-populated verb. Building COMMANDS therefore imports none of
the verb modules — CommandTree.wire
resolves the one verb actually invoked, so terok-clearance-hub notify
never loads the hub, verdict, or Textual stacks.