musketeer run status
The run status command displays the status of execution runs. It is workspace-mode-aware: it reads canonical state from .small/ and execution state from .musketeer/.
Usage
musketeer run status # list all runs
musketeer run status --replay <REPLAY_ID> # show specific runWhat it shows
Without --replay, the command lists all runs with a summary line per run:
<replay_id> tasks <done>/<total> last <timestamp>With --replay <id>, it shows details for that specific run including task counts, last progress timestamp, and verdict status if present.
Options
| Option | Description |
|---|---|
--replay <REPLAY_ID> | Show status for a specific run |
Example
musketeer run status
musketeer run status --replay a1b2c3d4-e5f6-7890-abcd-ef1234567890Next steps
- Use check to validate SMALL state and Musketeer execution state