fix(work-items): work-loop audit peels for #1668 (F1–F3) - #2564
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
|
Warning Automated review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
Re-run the job, or workflow_dispatch this workflow with the PR number, to retry the review. A new push re-triggers this lane only if the caller's |
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
|
Warning Automated security review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
The check is green on purpose, and it is not evidence. It certifies that a security pass ran, and this one did not complete — but the cause is outside this PR's control, so merging is deliberately left unblocked rather than locking every merge for the length of the outage. Nothing was reviewed at this head. Where this check is required, it is satisfied without that evidence; a human should review security-sensitive changes here before merging. Re-run the job, or workflow_dispatch this workflow with the PR number, to retry the review (ci-workflows#227). A new push also retries it only if the caller's Re-running does NOT help for every class:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 467da129c3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- F3: clamp persisted item_cap to resolved [floor, ceiling] after durable-state re-read; report correction and persist clamped value; eval expects 5→3 - F2: align drain-terminal eval with mode-drain retained-snapshot-ids-only exit - F1: Gotcha in telemetry-upsert.md for compound-shell classifier fallback Bump work-items to 0.35.19. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
467da12 to
9bac9cf
Compare
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
Closes #1668
Summary
Implements the three IMPLEMENT_NOW slices from frontier consensus on #1668 (F3 clamp, F2 eval rewrite, F1 telemetry Gotcha). Deferred slices recorded below — no new issues.
Fix
item_capinto resolved [floor, ceiling] on durable-state re-read; report and persistVerification
Related
Deferred follow-ups stay as comments on #1668 (no new issues): F1 bundled script / autoMode.allow; F3 full quarantine; F4 pattern-escalation.