"""CLI command groups extracted from the main application. Implemented command modules expose a ``register(app)`` function. Placeholder modules are import-only anchors for command groups that still live in the main application module. """ from __future__ import annotations