← Back to Explore

delegate-keyword-retry-exhausts

DELEGATE + FAIL ANY RETRY — substep fails both attempts, retry exhausts, parent stops

delegation delegate-keyword retry

Rundown


# DELEGATE with RETRY (Exhausts)

Two substeps fan out in parallel. Substep 1.2 always fails; retry re-issues
*both* substeps (uniform re-delegation per `docs/SPEC.md` §4.2, §5) and 1.2
fails a second time, so the parent stops via the exhaustion action.

Four claims total: T1/T2 on first entry, T3/T4 after retry re-issues both
delegations.

## 1. Fan-out

- DELEGATE
- PASS ALL CONTINUE
- FAIL ANY RETRY 1 STOP

### 1.1 Task A

- delegation-child-pass.runbook.md

### 1.2 Task B

- delegation-child-fail.runbook.md

Run

Substep 1.2 fails on both attempts after uniform re-delegation, retry budget exhausts, parent stops

Initializing...

Initializing...

Step/1