claudectl 0.49.2

Mission control for Claude Code — supervise, orchestrate, and connect coding agents with a local LLM brain and hive mind
Documentation
1
2
3
4
5
6
7
pub mod detail;
pub mod help;
#[cfg(feature = "relay")]
pub mod peers;
pub mod skills;
pub mod status_bar;
pub mod table;