feat: complete CLI command parity — coord, prdy, seq, upgrade #352

Merged
jason.woltje merged 1 commits from fix/complete-cli-parity into main 2026-04-03 00:52:36 +00:00
Owner

Follow-up to #351 — the merge landed before the force-push with full commands.

Adds the missing subcommands that were in the old bash mosaic launcher:

  • mosaic coord {init,status,mission,continue,run,smoke,resume}tools/orchestrator/*.sh
  • mosaic prdy {init,update,validate,status}tools/prdy/*.sh
  • mosaic seq {check,fix,start} → native TS
  • mosaic upgrade {release,check,project}tools/_scripts/mosaic-*

All coord and prdy subcommands support --claude/--codex/--pi runtime flags.
coord also supports --yolo.

Also removes the duplicate prdy registration (was in both launch.ts and the old registerPrdyCommand).

Follow-up to #351 — the merge landed before the force-push with full commands. Adds the missing subcommands that were in the old bash `mosaic` launcher: - `mosaic coord {init,status,mission,continue,run,smoke,resume}` → `tools/orchestrator/*.sh` - `mosaic prdy {init,update,validate,status}` → `tools/prdy/*.sh` - `mosaic seq {check,fix,start}` → native TS - `mosaic upgrade {release,check,project}` → `tools/_scripts/mosaic-*` All `coord` and `prdy` subcommands support `--claude`/`--codex`/`--pi` runtime flags. `coord` also supports `--yolo`. Also removes the duplicate `prdy` registration (was in both `launch.ts` and the old `registerPrdyCommand`).
jason.woltje added 1 commit 2026-04-03 00:51:56 +00:00
feat: complete CLI command parity — add coord, prdy, seq, upgrade
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ea9782b2dc
The #351 merge landed before the force-push with full commands.
This adds the missing subcommands:

- mosaic coord {init,status,mission,continue,run,smoke,resume}
  → delegates to tools/orchestrator/*.sh with --claude/--codex/--pi/--yolo
- mosaic prdy {init,update,validate,status}
  → delegates to tools/prdy/*.sh with --claude/--codex/--pi
- mosaic seq {check,fix,start}
  → sequential-thinking MCP management (native TS)
- mosaic upgrade {release,check,project}
  → delegates to tools/_scripts/mosaic-release-upgrade and mosaic-upgrade

Also removes duplicate prdy registration (was in both launch.ts and
the old registerPrdyCommand — now only in launch.ts).
jason.woltje merged commit 990a88362f into main 2026-04-03 00:52:36 +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#352