ccagents 0.1.0

CLI tool for managing Claude Code agents in local projects
Documentation
1
2
3
4
5
6
7
8
pub mod add;
pub mod clean;
pub mod disable;
pub mod doctor;
pub mod enable;
pub mod import;
pub mod list;
pub mod sync;