claudectl 0.42.0

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
8
9
10
11
pub mod adapter;
pub mod adapter_claude;
pub mod adapter_codex;
pub mod cli;
pub mod evals;
pub mod injection;
pub mod interrupt_bus;
pub mod metrics;
pub mod promotion;
pub mod store;
pub mod types;