claudectl 0.50.0

Orchestrate a swarm of Claude Code agents with a local-LLM brain that learns from you.
Documentation
1
2
3
4
5
6
7
8
pub mod brain;
pub mod detail;
pub mod help;
#[cfg(feature = "relay")]
pub mod peers;
pub mod skills;
pub mod status_bar;
pub mod table;