fix(proof): the PR-mined theme SET is live data, not a determinism signal - #42
Conversation
…gnal main went red after #41 merged, and alpha.12 did not publish. The cause is not in #41's change: after normalization the single surviving difference was one added row in the PR-mining table. first differing line 346: checked-in="| Documentation | <normalized> comments | ..." fresh="| Error Handling | <normalized> comments | ..." Anvil mines its own PR history. A code review on #41 pushed a fifth theme over its threshold, the rows shifted, and Documentation was compared against a freshly inserted Error Handling. The same commit's branch build was green minutes earlier — the two runs disagreed purely on live GitHub state. normalizeVolatileReportFields already normalized the counts INSIDE each row, on the reasoning that PR churn should not force a hand refresh. It did not normalize WHICH rows exist, so the very next review reintroduced the chore it was written to end. Rows now collapse to a single placeholder. The line is drawn deliberately: rows changing is churn and normalizes away; the table vanishing entirely means mining itself broke and still fails loudly. A third test asserts a real scoring change is still caught through the mined table, so normalizing live data has not blinded the proof to the deterministic surface it exists to protect. Verified against the actual divergence rather than by refreshing the packet — every other differing line (dates, artifact paths, PR/comment/candidate counts) already normalized cleanly, and no Stage D, Low-Yield, or scoring line moved. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
mainis red and alpha.12 did not publish. This unblocks both.The cause is not in #41's change. After normalization, the single surviving difference was one added row in the PR-mining table:
Anvil mines its own PR history. A code review on #41 pushed a fifth theme over its threshold, the rows shifted, and
Documentationwas compared against a freshly insertedError Handling. The same commit's branch build was green minutes earlier — the two runs disagreed purely on live GitHub state.normalizeVolatileReportFieldsalready normalized the counts inside each row, on the reasoning that PR churn shouldn't force a hand refresh. It did not normalize which rows exist, so the very next review reintroduced the chore it was written to end.The line, drawn deliberately
Diagnosis method
Verified against the actual divergence rather than by refreshing the packet — which
docs/releasing.mdexplicitly discourages. Every other differing line (dates, artifact paths, PR/comment/candidate counts) already normalized cleanly, and no Stage D, Low-Yield, or scoring line moved, which is what confirms #41 was not the cause.Verify
lint · format:check · release:pin --check (alpha.12) · typecheck · 501 pass / 0 fail · verify:self-audit-proof — all green.
🤖 Generated with Claude Code