cli reference

pipemason resume

Continue an escalated run after editing the failing artifact.

Usage

pipemason resume <run-id> [flags]

Typical flow

# 1. Look at the failing artifact and the agent's reasoning
open https://pipemason.com/runs/<run-id>

# 2. Edit the upstream artifact (usually .pipeline/spec.md or
#    .pipeline/contracts/*.ts) to clarify what the agent stumbled on

# 3. Resume
pipemason resume <run-id>

Flags

--from-phase <phase>   Re-enter at a different phase than the one
                       that escalated. Useful when the upstream
                       fix invalidates downstream artifacts and you
                       want to re-derive them.

--reset-retries        Restore the retry budget for the failing
                       phase to its config.yml default. Without
                       this flag, retries continue from where
                       they stopped.

See the Handling escalations guide for the full triage workflow.

pipemason resume · Pipemason Docs