//! Command handler modules for the `tm` binary.
//!
//! Why: splitting each subcommand group into its own file keeps every handler
//! file well under the 500-line cap and makes the handler surface easy to
//! navigate.
//! What: re-exports handler modules — `daemon`, `install`, `launch`,
//! `misc`, `project`, `services`, `session`, `supervisor`, `telegram`.
//! Test: each module has its own unit tests; integration coverage lives in
//! `tests.rs`.
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub