"""CLI subcommand handlers — one module per `bot-bottle `. Each module exposes a `cmd_(argv)` handler that the dispatcher (`bot_bottle.cli`) registers in its COMMANDS table. Shared CLI helpers (`constants`, `tui`) stay one level up in the `cli` package. """