claudectl 0.35.0

Auto-pilot for Claude Code — a local model watches every session and decides what to approve
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;