-
Notifications
You must be signed in to change notification settings - Fork 0
feat(review): exclude the parallel reviewer from the prompt #38
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
3 commits
Select commit
Hold shift + click to select a range
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| [ | ||
| { | ||
| "id": 2101, | ||
| "user": { "login": "claude[bot]" }, | ||
| "path": "scripts/gather-review-context.sh", | ||
| "line": 412, | ||
| "created_at": "2026-08-27T09:00:00Z", | ||
| "body": "The cap is measured on the unstripped file, so the emitted block can exceed it." | ||
| }, | ||
| { | ||
| "id": 2102, | ||
| "user": { "login": "zfarrell" }, | ||
| "path": "scripts/gather-review-context.sh", | ||
| "line": 412, | ||
| "in_reply_to_id": 2101, | ||
| "created_at": "2026-08-27T09:31:00Z", | ||
| "body": "Fixed in the next push -- strip_block_tags runs first now." | ||
| }, | ||
| { | ||
| "id": 2103, | ||
| "user": { "login": "pullfrog[bot]" }, | ||
| "path": "scripts/gather-review-context.sh", | ||
| "line": 88, | ||
| "created_at": "2026-08-27T09:04:00Z", | ||
| "body": "## Summary\n\nThis PR reworks the context budget. One finding: the byte cap and the line cap disagree." | ||
| }, | ||
| { | ||
| "id": 2105, | ||
| "user": { "login": "zfarrell" }, | ||
| "path": "scripts/gather-review-context.sh", | ||
| "line": 88, | ||
| "in_reply_to_id": 2103, | ||
| "created_at": "2026-08-27T09:40:00Z", | ||
| "body": "Good catch -- fixed in the next push." | ||
| }, | ||
| { | ||
| "id": 2104, | ||
| "user": { "login": "claude[bot]" }, | ||
| "path": "tests/lib.sh", | ||
| "line": 22, | ||
| "created_at": "2026-08-27T09:05:00Z", | ||
| "body": null | ||
| } | ||
| ] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| [ | ||
| { | ||
| "id": 1, | ||
| "commit_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
| "state": "COMMENTED", | ||
| "submitted_at": "2026-08-28T00:00:00Z", | ||
| "user": { | ||
| "login": "pullfrog[bot]", | ||
| "type": "Bot" | ||
| } | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "commit_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
| "state": "CHANGES_REQUESTED", | ||
| "submitted_at": "2026-08-28T00:01:00Z", | ||
| "user": { | ||
| "login": "claude-review[bot]", | ||
| "type": "Bot" | ||
| } | ||
| }, | ||
| { | ||
| "id": 3, | ||
| "commit_id": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb", | ||
| "state": "APPROVED", | ||
| "submitted_at": "2026-08-28T01:00:00Z", | ||
| "user": { | ||
| "login": "claude-review[bot]", | ||
| "type": "Bot" | ||
| } | ||
| } | ||
| ] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| [ | ||
| { | ||
| "id": 1, | ||
| "commit_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
| "state": "COMMENTED", | ||
| "submitted_at": "2026-08-28T00:00:00Z", | ||
| "user": { | ||
| "login": "pullfrog[bot]", | ||
| "type": "Bot" | ||
| } | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "commit_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
| "state": "CHANGES_REQUESTED", | ||
| "submitted_at": "2026-08-28T00:00:05Z", | ||
| "user": { | ||
| "login": "pullfrog[bot]", | ||
| "type": "Bot" | ||
| } | ||
| } | ||
| ] |
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.
super nit: (not blocking) This paragraph now describes the rule the next one replaces, and the two run together.
Lines 562-566 still say the match is "by name … a CheckRun by
.name, a StatusContext by.context", which is exactly the name-only, case-sensitive rule cycle 2 established is not enough — a maintainer stopping here reads the currenttheirsas narrower than it is, and reads it as complete. Lines 577-585 say the true rule; the earlier paragraph is the superseded draft of it. Worth folding the two into one, or at least amending 565-566 to "both names on the entry, downcased".Also missing the
#separator between "…gets read as green." (570) and "One definition of…" (571), so the silent/stated asymmetry and the shared-owner-test rationale render as one paragraph. Every other break in this block has one.Same class: the block says "all five programs agree on"
$skipwhileCHECKS_JQandFAILING_JOBS_JQnow reach it throughCHECK_OWNER_JQ, and :302 still says "three programs below" (as doesextract_const's comment intests/lib.sh:45). The README's removal list is the one that has to be right and it is; these are just counts that stopped counting.