feat(brain): mosaic brain CLI surface #403

Merged
jason.woltje merged 1 commits from feat/mosaic-brain-cli into main 2026-04-05 05:20:45 +00:00
Owner

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.

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.
jason.woltje added 1 commit 2026-04-05 05:16:32 +00:00
feat(brain): add registerBrainCommand for mosaic brain CLI surface
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ad3f6ae042
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 <noreply@anthropic.com>
jason.woltje merged commit febd866098 into main 2026-04-05 05:20:45 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#403