feat(forge): add registerForgeCommand for mosaic forge CLI surface

Adds mosaic forge run|status|resume|personas list subcommands to
@mosaicstack/forge, wires registerForgeCommand into the root mosaic CLI,
and ships a smoke test asserting command structure. Ref CU-05-01
cli-unification-20260404.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-04-05 00:58:03 -05:00
co-authored by Claude Sonnet 4.6
parent 4ebce3422d
commit a00325da0e
6 changed files with 399 additions and 3 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaicstack/macp": "workspace:*"
"@mosaicstack/macp": "workspace:*",
"commander": "^13.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",