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`).
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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up to #351 — the merge landed before the force-push with full commands.
Adds the missing subcommands that were in the old bash
mosaiclauncher:mosaic coord {init,status,mission,continue,run,smoke,resume}→tools/orchestrator/*.shmosaic prdy {init,update,validate,status}→tools/prdy/*.shmosaic seq {check,fix,start}→ native TSmosaic upgrade {release,check,project}→tools/_scripts/mosaic-*All
coordandprdysubcommands support--claude/--codex/--piruntime flags.coordalso supports--yolo.Also removes the duplicate
prdyregistration (was in bothlaunch.tsand the oldregisterPrdyCommand).