Files
Trevin Chow fe9af3261a fix(ce-code-review): bound the validator wait on an on-disk verdicts file
A Stage 5b validator batch that never returned held the whole review
open: step 4 waited on an unbounded foreground call with no budget and
banned every way of noticing elapsed time. Collection is now one bounded
blocking wait on $RUN_DIR/validator-verdicts.json, the validator prompt
states a 15-minute budget and a per-finding tool-call cap, findings the
budget did not reach come back as "uninspected", and absence at the
bound or no bounded wait at all is validator infrastructure failure.

Fixes #1679

Claude-Session: https://claude.ai/code/session_015T8HbSw3cbPHugrmYwr1SB
2026-09-12 08:41:42 -07:00
..