pipemason status
Display the current status of a run by printing .pipeline/STATE.md, the single source of truth for the run's current state and phase.
Usage
pipemason status
Run it from inside the repository where the run is in progress.
What it shows
- The current phase of the run.
- The run state, including whether the run is paused or escalated.
- The escalation block, when present, describing exactly what input is needed to continue.
Examples
# Check on a run in the current repo pipemason status # Watch a multi-story program instead pipemason program status
Related
If STATE.md shows an escalation, fix the underlying issue and then run pipemason resume. To stop an in-flight run, use pipemason cancel.