Expand description
Command implementations for different agent workflows
Re-exports§
pub use analyze::*;pub use ask::*;pub use create_project::*;pub use init::*;pub use memory::*;pub use stats::*;pub use validate::*;
Modules§
- analyze
- Analyze command implementation - workspace analysis
- ask
- Ask command implementation - single prompt without tools
- create_
project - Create project command implementation
- init
- Guided
/initsupport for repository analysis andAGENTS.mdgeneration. - memory
- Memory command implementation - show memory usage and pressure diagnostics
- stats
- Stats command implementation - show session statistics and performance metrics
- validate
- Validate command implementation - environment and configuration validation