/// `openlatch boundary <enable|disable|status>` — model-boundary listener
/// config wiring + liveness. Gated behind `boundary` (rides on full-cli).
/// CLI command handler modules.
///
/// Each submodule provides a `run_*` function for the corresponding command.
/// All handlers receive `&OutputConfig` for consistent output formatting.
/// `openlatch inventory ...` — configuration plane CLI surface.
/// Hidden maintainer-only `__spike-update` subcommand — Phase 1 of the
/// auto-update plan. Not registered in user-facing docs.
/// `openlatch update [--check] [--apply]` — manual auto-update surface
/// (Phase 2). Routes through the daemon's `/admin/update` RPC when a
/// daemon is running, falls back to in-process apply otherwise.