Expand description
CLI command handlers.
Contains handler functions for CLI commands like –list-agents, –diagnose, and –dry-run.
§Module Structure
baseline: Baseline state display commandsboundary: I/O boundary module for console output handlersdry_run: Validation without running agentslist: Agent listing commandstemplate_mgmt: Template management commands (validate, list, show, variables, render)- [
template_selection]: Interactive template selection when PROMPT.md is missing
Re-exports§
pub use baseline::handle_show_baseline;pub use dry_run::handle_dry_run;pub use list::handle_list_agents;pub use list::handle_list_available_agents;pub use template_mgmt::handle_template_commands;
Modules§
- baseline
- Baseline display handler.
- boundary
- CLI boundary module for I/O operations.
- dry_run
- Dry run command handler.
- list
- Agent listing handlers.
- template_
mgmt - Template management CLI handler.