//! Core domain and command grammar for Cardinal.
//!
//! Cardinal follows a command-first model:
//!
//! ```text
//! Workspace displays.
//! Prompt acts.
//! ```
//!
//! This crate intentionally avoids terminal, filesystem, and network effects.
//! It should remain easy to unit-test.
pub use ;
pub use ;