What problem does it solve?
It makes Mission Control operator-facing CLI and snapshot/TUI behaviors dependable, with clear recovery and verification workflows when runtime states are stale, recoverable, or failed.
Core Features & Use Cases
- CLI command contract and option handling: Ensures feature changes are reflected in
src/index.ts command registration, Commander subcommands, and user-visible output formatting.
- Mission Control JSON and TUI parity: Verifies that recovery states render consistently across JSON/text output and operator-visible interactive/TUI views.
- Operator recovery workflows: Supports pause/resume/recover/retry/history flows with explicit failure hints and deterministic operator guidance.
- Compiled binary alignment: Keeps behavior consistent between source-run and
./dist/maestro execution paths, including PTY-oriented verification when needed.
Quick Start
Tell the AI to update the Mission Control CLI command and operator recovery output for a specific runtime recovery state, then verify both JSON and PTY/TUI behavior against an integration fixture before handing off with the exact commands you ran.