-
Notifications
You must be signed in to change notification settings - Fork 1
review: enable scoped re-reviews (follow-up to the v1.7.0 bump) #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d54d921
b97b384
e2857d8
f19c2be
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,17 @@ | |
|
|
||
| enable holistic,completeness,test-adequacy,first-principles,conventions | ||
|
|
||
| # Repeat reviews of the same PR run thread reconciliation plus the full | ||
| # enabled roster over the new hunks (scoped staging); the first full review | ||
| # of a ready PR runs everything, and the divergence tripwire re-arms full | ||
| # review when a push rewrites enough of the PR. Scoped rather than | ||
| # flip-gated: composite actions here run in consuming repos' CI with their | ||
| # credentials, so a small post-review push should still be seen by the | ||
| # whole-change reviewers, not only the correctness pass. Graduate to | ||
| # flip-gated once re-reviews here show scoped is overpaying (see | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. question (non-blocking): "Graduate to flip-gated once re-reviews here show scoped is overpaying" names no measurable signal. Consider naming a falsifiable exit condition (e.g. N consecutive scoped re-reviews where no whole-change reviewer produced a validated finding the correctness pass missed) so the dial has a defined trigger rather than an open-ended judgment call. |
||
| # workflows/review/README.md for the dial). | ||
| re-review scoped | ||
|
|
||
| # Shipped composite actions run inside consuming repos' CI with their credentials. | ||
| actions/** tier=high | ||
| # This repo's own CI, the publish pipeline, and the compiled agentic workflows. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought (non-blocking): This rationale also holds under
flip-gated: both modes stage the same new-hunks diff, and flip-gated's always-on correctness pass still sees every post-review push. The real delta is whether the whole-change reviewers also see the new hunks — and their distinctive value is whole-change context that new-hunks staging strips. So scoped-vs-flip-gated is a risk-posture call, not a "new hunks must be seen" one (the README's measured evidence backs scoped over reconcile-only, not over flip-gated). The planned graduation step reasonably hedges this.