//! Command implementations, grouped by domain.
//!
//! Each sub-module handles one family of CLI subcommands.
//! The `prelude` module provides shared helpers (`load_graph`, `detect_language`, etc.).
// Re-export the primary entry-points so callers can `use crate::commands::cmd_foo`.
pub use ;
pub use ;
pub use cmd_explore;
pub use ;
pub use cmd_install;
pub use ;
pub use ;