Expand description
CLI command implementations.
Defines the Cli struct (clap derive) and a top-level run function that
dispatches to each subcommand: compile, info, query, get.
Structs§
- Cli
- AgenticCodebase – Semantic code compiler for AI agents.
Enums§
- Command
- Top-level subcommands.
- Output
Format - Output format selector.
- Workspace
Command
Functions§
- run
- Run the CLI with the parsed arguments.