//! # mabi-cli
//!
//! Installed command surface for the Mabinogion protocol resilience engine.
//!
//! This crate provides local operator commands and runner-facing contracts for:
//! - Protocol/session execution through `mabi serve`
//! - Installed binary smoke checks through `mabi doctor`
//! - Runtime, schema, and version inspection
//! - Scenario/config validation with machine-readable envelopes
//! - Stable Forge and Trials integration metadata
pub use ;
pub use ;
pub use ;
pub use CommandRunner;
pub use ;