# summary

List workflow runs waiting for gate approval.

# description

Reads `.setup-agents/state/workflow-runs.jsonl` and shows all runs with
status `paused`, the gate that blocked them, and the exact commands to
approve the review and resume execution.

# examples

- Check what needs your attention:

  <%= config.bin %> <%= command.id %>

# info.empty

No workflows waiting for approval.

# info.header

%d workflow(s) waiting for approval:

# info.item

%s story=%s paused at %s→%s

# info.item-mid

%s story=%s mid-phase gate in %s (review %s)

# info.approve

    Approve:  %s

# info.resume

    Resume:   %s
