You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background Review is predictably bounded and actionable during real dogfood: it has hard scope, elapsed-time, and cumulative-token ceilings; it reports why it stopped; and current findings receive an explicit user/agent disposition instead of arriving silently after handoff.
Current Status
The July 17-18, 2026 live run completed after roughly 17 minutes and reported about 2.55 million total tokens, mostly cached, from an estimated review prompt of about 6,186 tokens. One finding arrived after the main agent had already declared the task complete. Follow-up review found that the exact claim overstated an unshipped intermediate implementation, although it still exposed useful coverage and scope concerns.
Codex Lab already caps captured review diff bytes and persists token usage after completion, but the detached spawn_detached_review_thread() path has no hard wall-clock or cumulative-token ceiling. Durable control supports cancellation reasons such as timeout/budget, but no automatic budget policy owns that transition.
Completed July 18, 2026: bounded execution, durable diagnostics/disposition, deterministic fixtures, and provenance-recorded live dogfood proof are implemented in PR #377.
Scope
Background Review prompt/scope, elapsed-time, cumulative-token, output, and finding-count limits.
Automatic cancellation/skip reasons with durable diagnostics.
Current/stale target verification at completion.
Idle-session notification and explicit finding disposition.
Bounded live-provider proof after deterministic fixtures.
Acceptance Criteria
Every Background Review starts with explicit effective scope, elapsed-time, token, output, and finding-count limits.
Exceeding a limit terminates the worker and records a durable cancelled or skipped result with a structured budget reason.
Token usage is enforced during the run rather than only recorded after completion.
Status surfaces elapsed time, tokens used, effective limits, and the terminal reason without exposing unbounded raw output.
Completion rechecks target freshness; stale/off-target findings cannot become actionable current findings.
A current finding creates a persistent attention state with an explicit disposition: open a bounded repair turn, acknowledge/defer, or mark obsolete with reason.
A clean review settles quietly but remains inspectable; a failed or budget-cancelled review is visible without stranding the session.
Deterministic fixtures cover timeout, token ceiling, oversized scope, stale completion, empty output, and actionable current findings.
A provenance-recorded real dogfood review completes within the accepted budget and is dispositioned before cutover evidence is declared complete.
Finish Line
Background Review is predictably bounded and actionable during real dogfood: it has hard scope, elapsed-time, and cumulative-token ceilings; it reports why it stopped; and current findings receive an explicit user/agent disposition instead of arriving silently after handoff.
Current Status
The July 17-18, 2026 live run completed after roughly 17 minutes and reported about 2.55 million total tokens, mostly cached, from an estimated review prompt of about 6,186 tokens. One finding arrived after the main agent had already declared the task complete. Follow-up review found that the exact claim overstated an unshipped intermediate implementation, although it still exposed useful coverage and scope concerns.
Codex Lab already caps captured review diff bytes and persists token usage after completion, but the detached
spawn_detached_review_thread()path has no hard wall-clock or cumulative-token ceiling. Durable control supports cancellation reasons such as timeout/budget, but no automatic budget policy owns that transition.Completed July 18, 2026: bounded execution, durable diagnostics/disposition, deterministic fixtures, and provenance-recorded live dogfood proof are implemented in PR #377.
Scope
Acceptance Criteria
cancelledorskippedresult with a structured budget reason.Relationships
Validation
Decisions
Completion Evidence
0e3eb23201b06767c27dbc299e41206ec935c81167ca3c1b186639c917d1516ade19778108f16ce21bbadcaf6f9680ed3c0ef05734026fd7-6645-4f57-9185-1553a5eba17cu64underflow was found as P1.obsoleteby agent with reasondeliberate disposable dogfood fixture; not a production change.0e3eb23201.