Operational route

Resume and recover

Inspect the current state, find the last valid transition, and continue without rebuilding the route from chat history.

Page evidence

Operational mapTrace, receipts, and gates resolve into one close record.
Trace
  1. phase event
  2. LLM call
  3. terminator
Receipts
  1. handoff
  2. review result
  3. verification
Gates
  1. scope
  2. review
  3. close record
/guild:status && /guild:resume

Route comparison

Same job. A visible operating record.

Without a route record

A failed or interrupted agent session leaves the operator guessing which decisions, lanes, and artifacts remain trustworthy.

With Guild Stack

Guild Stack reads durable run state, frozen settings, trace events, and receipts before choosing the next safe transition.

Route stops

Request to verified result.

  1. 01

    Read status

    Inspect the active run, current phase, next gate, blockers, and recovery signal.

  2. 02

    Locate the valid state

    Compare run.yaml with frozen settings, trace events, and completed handoffs.

  3. 03

    Classify the interruption

    Separate a failed lane, stale review, missing approval, and host interruption.

  4. 04

    Resume deliberately

    Continue from the recorded boundary and preserve the prior evidence.

Receipts

What the route leaves behind.

  1. 01
    Path run.yaml
    Role

    Lifecycle state, phase, gates, and initiative attachment.

  2. 02
    Path resolved-settings.json
    Role

    The frozen posture that governed the run.

  3. 03
    Path logs/v1.4-events.jsonl
    Role

    Append-only transition and tool evidence.

  4. 04
    Path handoffs/*.md
    Role

    Validated outputs that do not need to be repeated.

Next

Open recovery controls

Inspect status, resume, review posture, and settings.