ccagents 0.1.0

CLI tool for managing Claude Code agents in local projects
Documentation
1
2
3
4
5
6
7
pub mod agent;
pub mod config;
pub mod linker;

// Re-export commonly used types
pub use agent::{Agent, AgentSource};
pub use config::AgentsConfig;