Expand description
Clap CLI surface (struct Cli + subcommands).
Extracted from main.rs so xtask (and any future tool) can
reuse the command tree for man-page generation, completion
scripts, etc. Keep this file focused on the clap derive — all
dispatch / business logic stays in main.rs and the per-command
modules.