Expand description
Command implementations for different agent workflows
Re-exports§
pub use analyze::*;
pub use ask::*;
pub use compress_context::*;
pub use create_project::*;
pub use init::*;
pub use stats::*;
pub use validate::*;
Modules§
- analyze
- Analyze command implementation - workspace analysis
- ask
- Ask command implementation - single prompt without tools
- compress_
context - Compress context command implementation
- create_
project - Create project command implementation
- init
- Init command implementation - project analysis and Repository Guidelines generation
- stats
- Stats command implementation - show session statistics and performance metrics
- validate
- Validate command implementation - environment and configuration validation