Framework
CliManifest
Interface: CliManifest
CLI manifest structure. Stored at .robo/manifest/cli/@.json (mode-agnostic)
Properties
| Property | Type | Description |
|---|---|---|
commands | Record<string, CliCommandEntry> | New commands indexed by command path (e.g., 'tunnel start') |
extensions | Record<string, CliExtensionEntry[]> | Extensions indexed by target command name |
