Draft: revert #851 existing-review revision rebase#852
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed July 25, 2026, 4:26 AM ET / 08:26 UTC. ClawSweeper reviewWhat this changesThe branch applies and then exactly reverts the existing exact-review revision rebasing from #851, leaving no net code, test, or workflow change against current Merge readiness⛔ Blocked until real behavior proof is added - 5 items remain Close this PR: GitHub reports no changed files against the current base branch. Priority: P3 Review scores
Verification
How this fits togetherExact-review processing turns a GitHub item into a queued review artifact and later publishes its verdict through a durable publication queue. Revision numbers prevent an older review cycle from overwriting a newer publication, and the revised behavior keeps queued re-reviews above that durable watermark. flowchart LR
A[GitHub source event] --> B[Exact-review queue]
B --> C[Revision selection]
C --> D[Durable publication head]
D --> E[Publication queue]
E --> F[Verdict comment delivery]
Decision needed
Why: The branch is intentionally non-production material, and deciding whether rollback preparedness outweighs retaining a confusing no-op draft is an operational ownership choice rather than a mechanical code repair. Before merge
Agent review detailsSecurityNone. Review metrics
Root-cause clusterRelationship: Members:
Proposal only: this assessment does not dispatch repair, suppress jobs, mutate sibling items, close, or merge anything. Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Close this PR: GitHub reports no changed files against the current base branch, so the branch is already empty or superseded by Do we have a high-confidence way to reproduce the issue? Not applicable. This PR does not report an independent current-main failure; it is an intentionally non-mergeable inverse of a merged delivery fix. Is this the best way to solve the issue? No. Restoring local-only revision increments would reintroduce the below-watermark delivery failure that the merged forward fix addresses; any real rollback needs a newly established incident-specific rationale. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 01e6976cbe6f. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (1 earlier review cycle)
|
|
Thanks @brokemac79 for preparing this contingency. This PR now has zero diff against |
Draft reversal for #851
This is the exact inverse of #851, prepared as a draft-only fallback.
It deliberately targets #851's branch rather than
main, so it cannot become a production rollback until #851 has merged and a maintainer explicitly retargets and reviews it.Do not merge
This reversal restores the existing-item revision behavior that can leave a re-review below the durable publication head. Keep it as rollback material only; it needs a separate production diagnosis and fresh review before any merge decision.
Related: #851, #849, #836, CSW-059 / openclaw/openclaw#111368.