feat: complete CLI command parity — coord, prdy, seq, upgrade #352
Reference in New Issue
Block a user
Delete Branch "fix/complete-cli-parity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).