Implements task CU-05-05. Adds a registerBrainCommand(parent) export to
@mosaicstack/brain that wires brain projects/missions/tasks/conversations
subcommands onto the mosaic CLI. All DB-backed commands accept --db or
MOSAIC_DB_URL. Smoke tests assert command tree without opening a real DB.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Implements task CU-05-05 from mission cli-unification-20260404. Adds registerBrainCommand(parent) to @mosaicstack/brain. Subcommands: brain projects list/create, brain missions list, brain tasks list, brain conversations list. All commands accept --db or MOSAIC_DB_URL. Smoke test verifies command tree without DB.