//! Top-level CLI command groups.
//!
//! Each submodule owns one command domain — [`admin`], [`analytics`],
//! [`cloud`], [`core`], [`infrastructure`], [`plugins`], [`web`], and the
//! build tooling in [`build`] — and exposes its own clap subcommand tree.
//! The private `shared` module holds helpers used across those groups.