pipemason resume
Resume a paused or escalated run after you have fixed the underlying issue. The runner continues from where .pipeline/STATE.md left off.
Usage
pipemason resume
Run it from inside the repository where the run is paused or escalated.
When to use it
The monitor escalates rather than auto-resolving anything ambiguous — such as rebase conflicts, gate failures it cannot recover from, or contract disagreements between domains. The escalation block in .pipeline/STATE.md tells you exactly what is needed.
- Run
pipemason statusto read the escalation block. - Fix the underlying issue described there.
- Run
pipemason resumeto continue the run.
Examples
# After resolving an escalation in the current repo pipemason resume # Advance a multi-story program instead pipemason program resume