//! systemprompt.io command-line application.
//!
//! Implements the `systemprompt` binary: the command tree ([`admin`],
//! [`analytics`], [`build`], [`cloud`], [`core`], [`infrastructure`],
//! [`plugins`], [`web`]), output formatting, interactive prompts, and session
//! handling. [`run`] is the process entry point; [`CliConfig`] and the
//! settings enums control verbosity, color, and output format.
pub use ;
pub use ;
pub use run;