Package cli wires Phase 1 packages into the cobra command tree exposed by cmd/ccx.
Package cli holds the cobra command tree for ccx. Each subcommand is one
file. The package wires together every other internal/* package and is
built during Phase 2 integration.
See docs/superpowers/plans (plan P2) for the implementation plan.