corpus: harvest realized-outcome verifier cases - #2906
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. |
Workflow source neededPR #2906 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely. Please do one of:
Once a valid source is present, this warning will not be reposted. |
📝 WalkthroughWalkthroughThe staging evaluation corpus adds 11 harvested ChangesStaging evaluation corpus
Estimated code review effort: 2 (Simple) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Automated Status SummaryHead SHA: ef615fb
Coverage Overview
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
There was a problem hiding this comment.
Pull request overview
Expands the verifier corpus staging dataset with newly harvested “clean-pass” cases derived from realized PR outcomes, supporting ongoing automated corpus growth for verifier model evaluation (move 2 of #2819).
Changes:
- Added multiple new harvested PASS /
clean-passentries to the staging corpus file. - Recorded
harvested_attimestamps for the newly added cases (2026-08-03).
| "case_id": "workflows-2727", | ||
| "repo": "stranske/Workflows", | ||
| "pr": 2727, | ||
| "expected_verdict": "PASS", | ||
| "category": "clean-pass", | ||
| "provenance": "harvested", | ||
| "harvested_at": "2026-08-03" | ||
| }, |
Automated corpus growth (#2819 move 2).
High-confidence cases derived from realized PR outcomes — see the run
summary for the promoted case list. Ambiguous cases were routed to the
auto-expiring staging file, not here.
Expected verdicts here come from what the world already adjudicated by
merging or reverting each PR. The semantic NON_PASS categories
(stale-verifier-claim, review-thread-debt, missing-acceptance-criterion)
remain owner-sourced and are never machine-added.
Summary by CodeRabbit