Skip to content

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.

  1. Run pipemason status to read the escalation block.
  2. Fix the underlying issue described there.
  3. Run pipemason resume to continue the run.

Examples

# After resolving an escalation in the current repo
pipemason resume

# Advance a multi-story program instead
pipemason program resume