feat(macp): mosaic macp CLI surface #410

Merged
jason.woltje merged 2 commits from feat/mosaic-macp-cli into main 2026-04-05 06:33:53 +00:00

2 Commits

Author SHA1 Message Date
Jarvis
c7acfbae8b fix(macp): wire commander dep, registerMacpCommand export, and CLI registration
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
Add commander dependency to @mosaicstack/macp, export registerMacpCommand
from the package index, and register the macp command in the mosaic CLI.
These were missing from the previous rebase due to conflicting parallel
task merges. Ref CU-05-08.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 01:26:41 -05:00
Jarvis
060112c869 feat(macp): add registerMacpCommand for mosaic macp CLI surface
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/push/ci Pipeline failed
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 01:14:51 -05:00