vibeplane 0.0.1

Vibeplane — the local-first control plane for AI coding agents (Claude Code first). Placeholder release; the real thing is being built at the repository below.
1
2
3
4
5
6
7
8
9
10
11
12
//! Placeholder binary that reserves the `vibeplane` crate name.
//!
//! Vibeplane is a local-first control plane for AI coding agents: one board
//! across all projects and providers, an attention inbox, work items with
//! verification gates, and Git/GitHub integration. See the repository for
//! the concept and roadmap.

fn main() {
    println!("Vibeplane {} — the control plane for vibe engineering.", env!("CARGO_PKG_VERSION"));
    println!("This is a name-reserving placeholder; the product is under development.");
    println!("Concept and roadmap: {}", env!("CARGO_PKG_REPOSITORY"));
}