-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(review): adopt a round-aware convergence posture for posted findings #9118
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2794cef
feat(review): adopt a round-aware convergence posture for posted find…
wenshao 0b1ad5b
chore(review): regenerate settings.schema.json for review.severityFloor
wenshao fae401a
fix(review): close the round-1 review findings on the convergence pos…
wenshao 60c9eb1
fix(review): carry deferredCount through the persisted verdict
wenshao 2b6b229
test(review): pin deferredCount passthrough and the pre-posture defau…
wenshao defc687
fix(review): close the round-2 findings — deterministic deferrals and…
wenshao 8355d2a
fix(review): close the round-3 findings — source-position tags, a Cri…
wenshao 4d171d9
fix(review): close the round-4 findings — licence the deferral channe…
wenshao 1524c6d
fix(review): close the round-5 findings — carry the floor unresolved,…
wenshao df6dd45
fix(review): close the round-6 Criticals — relocate stray Criticals, …
wenshao 662d98f
fix(review): close the round-7 findings — kebab paths, the equals-for…
wenshao b29a494
fix(review): close the round-8 Criticals — one entry grammar, one res…
wenshao 6118109
feat(review): type the deferral channel — carry the fields, stop re-p…
wenshao 58aae46
Merge branch 'main' into feat/review-convergence-posture
wenshao b0b7abb
fix(review): bound the relocation exit and dedupe rescued targets by …
wenshao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
[Nice to have] The user-facing feature doc never learns about any of this.
docs/users/features/code-review.mdis the page that documents/review's flags (--effort,--comment,--fix, each with its own section and its forcing rules) and it is untouched by this PR. Two user-visible things are therefore undocumented where a user would look for them:--severity-floor critical|suggestion|autoflag (and that it warns-and-is-ignored on non-PR targets, mirroring--comment);docs/users/configuration/settings.mdcovers thereview.severityFloorsetting, but nothing covers the flag or the behavior change.