//! `ossctl` binary entry point.
//!
//! A thin clap + I/O shell over `ossctl-core`. All deterministic logic lives in
//! the library; this crate owns the command surface, output rendering, and the
//! self-diagnostic (ADR-0001 ยง2).
use ExitCode;