//! Vibe Kanban CLI - Interactive terminal interface for Vibe Kanban.
//!
//! This crate provides a terminal-based user interface for interacting with
//! a Vibe Kanban server, allowing users to manage projects, tasks, workspaces,
//! and git operations without needing the web UI.
pub use VibeKanbanClient;
pub use App;