feat(forge): mosaic forge CLI surface #409

Closed
jason.woltje wants to merge 4 commits from feat/mosaic-forge-cli into main

4 Commits

Author SHA1 Message Date
Jarvis
4fbad4f3c2 fix(monorepo): add commander deps and CLI files for log, memory, queue packages
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Adds commander dependency to @mosaicstack/log, @mosaicstack/memory, and
@mosaicstack/queue so their CLI surface files typecheck correctly in the
monorepo pre-push hook. Stages accompanying cli.ts and cli.spec.ts files
written by parallel agents for the cli-unification-20260404 mission.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 00:22:59 -05:00
Jarvis
13aeaea4ed feat(forge): wire registerForgeCommand into mosaic root CLI
Adds import and registerForgeCommand(program) call to packages/mosaic/src/cli.ts,
completing the mosaic forge CLI surface for mission cli-unification-20260404 task CU-05-01.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 00:20:08 -05:00
Jarvis
690f479380 feat(macp): add registerMacpCommand for mosaic macp CLI surface
Adds mosaic macp tasks list|submit|gate|events tail subcommands to
@mosaicstack/macp, wires registerMacpCommand into the root mosaic CLI,
and ships a smoke test asserting command structure without touching disk
or starting an event emitter. Ref CU-05-08.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 00:16:47 -05:00
Jarvis
37545de79c docs(plan): gateway admin token recovery flow
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-05 00:05:24 -05:00