//! Arcature application lifecycle command-line interface.
//!
//! The `arcature-cli` package installs the `arc` binary. It orchestrates
//! Cargo and the certified Node/pnpm/Vite development toolchain while leaving
//! each upstream command directly usable. The implementation is intentionally
//! not a general-purpose CLI SDK; [`run`] is exposed only as the binary's
//! stable bootstrap boundary.
pub use run;