DENY/deadline
Run deadline elapsed
The run exceeded its wall-clock deadline; no further tool calls are permitted.
What it means
Every run carries an explicit `deadlineAt`. Once it passes, the gate refuses further tool calls for that trace — even successful ones — to keep autonomy bounded.
Common causes
- TTL set too low for the workload.
- Upstream tool latency consumed the budget.
How to fix
- Raise the deadline for the specific playbook, not globally.
- Split long-running work into resumable steps with fresh deadlines.