//! `vs` — the vibesurfer CLI.
//!
//! The binary at `src/main.rs` is the CLI front-end; this library
//! holds the reusable pieces (client, active-session, spawn, command
//! dispatch) so integration tests can construct flows without forking
//! the binary.
pub use ;
/// Returns the crate version (matches the workspace version).