fix(pr-to-green): accept budgeted queue snapshots - #524
Conversation
Keep the confirmed queue schema aligned with pr-queue output, ignore informational budget drift, and identify the first differing authorization field. Add writer-to-authorizer round-trip coverage. Co-Authored-By: Codex gpt-5.6-luna <noreply@openai.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: 3 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour. 📝 WalkthroughWalkthrough
ChangesQueue authorization
Merge Risk: ⚪ Minimal · up to This localized change updates queue snapshot authorization and its regression coverage; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Linked Issues checkExplanation The changes satisfy Issue
Comment |
Co-Authored-By: Codex <noreply@openai.com>
|
This was written agentically; verify its assertions: Adversarial review receipt
🤖 Co-authored by Codex. |
|
This was written agentically; verify its assertions: Review ledgerMachine-readable record of every review already performed on this PR. {
"version": 1,
"pr": 524,
"repo": "wrzonance/agent-kit",
"reviews": [
{
"kind": "adversarial",
"provider": "anthropic",
"model": "claude-opus-5",
"effort": "xhigh",
"mode": "cross-provider",
"harness": "codex",
"head_sha": "48233ead9dcbaa0f1d3453facd878c3b5c1cc372",
"diff_payload": "wrzonance/agent-kit:524:44597c4b9ce96e05d0b2b92587be686ec0b1ad882695789478309957964bce8b",
"counts": {
"p1": 0,
"p2": 1
},
"reviewed_at": "2026-08-27T07:13:49Z"
},
{
"kind": "bot",
"provider": "coderabbit",
"head_sha": "48233ead9dcbaa0f1d3453facd878c3b5c1cc372",
"state": "APPROVED",
"review_id": 5038206255,
"submitted_at": "2026-08-27T07:20:36Z"
}
]
}🤖 Co-authored by pr-to-green/review-transition.sh. |
|
This was written agentically; verify its assertions: @coderabbitai full review |
|
✅ Action performedFull review finished. |
This was written agentically; verify its assertions:
Why
Queue authorization rejected the exact budget-bearing snapshot produced by the queue writer and hid the actual mismatch behind a generic drift error.
What
Decisions
Keep
budgetin the canonical snapshot schema but exclude its leaf values from authorization comparison.Diff facts:
base=7d04a5e
files=3
total.insertions=128
total.deletions=4
total.lines=132
operational.files=3
operational.insertions=128
operational.deletions=4
operational.lines=132
generated.files=0
generated.insertions=0
generated.deletions=0
generated.lines=0
lockfile.files=0
lockfile.insertions=0
lockfile.deletions=0
lockfile.lines=0
fixture.files=0
fixture.insertions=0
fixture.deletions=0
fixture.lines=0
non_operational.files=0
non_operational.insertions=0
non_operational.deletions=0
non_operational.lines=0
Testing
agent-run.sh --cmd testgit diff --check🤖 Co-authored by Codex gpt-5.6-sol orchestrator; implementation by gpt-5.6-luna high.
Closes #508
Summary by CodeRabbit