Commit 0dc44cf
committed
docs(automation): hook-bodies budget is CPU-time, nested rollups need no larger timeout (ADR-0102)
hook-bodies.mdx said per-invocation "timeouts" are wall-clock and told authors
to raise `timeoutMs` for deeper/slower rollup chains. Under ADR-0102 D1 the
budget is script CPU-time: awaiting host calls and nested-hook execution are not
charged, so the stock 250ms default covers deep rollups and the guidance to bump
`timeoutMs` no longer applies. Notes the 30s wall ceiling + OS_SANDBOX_* knobs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011iJLjqToxNv1aYP3syQtRp1 parent 92403d8 commit 0dc44cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments