kranz 0.0.1

Mission Control for the headless claude CLI: plan, approve, and run multi-agent coding missions. Placeholder reserving the name for the imminent first release.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Placeholder release reserving the `kranz` name.
//!
//! Kranz is Mission Control for the headless `claude` CLI: an interactive
//! planning conversation produces an approved, cost-estimated plan; an
//! orchestrator engine then drives worker/validator agents through it with a
//! durable event log, a live web dashboard, and a Slack control surface.
//! The real crate replaces this placeholder at v0.1.x.

fn main() {
    println!(
        "kranz {} — placeholder release reserving the crate name.\n\
         The real Mission Control CLI lands here at v0.1.x.\n\
         Project: https://github.com/craigcode/kranz",
        env!("CARGO_PKG_VERSION")
    );
}