workflows: Collect every bounded closing Issue - #20
Merged
Conversation
Large tracking pull requests were falsely blocked because the reviewer fetched twenty native closing Issues and retained only ten, while GitHub reported the complete relationship count. - Collect and verify up to GitHub's full 100-node closing-Issue page - Preserve fail-closed behavior when relationship or sub-issue evidence exceeds the bound - Cover a 32-Issue tracker and the former first-ten truncation boundary - Document the complete bounded collection contract Generated with [Codex](https://github.com/openai)
There was a problem hiding this comment.
✅ OpenAI PR Review: PASS
Conclusion: Ready from the OpenAI review perspective. PR format, linked Issue design, and code/plan conformance passed with no actionable findings.
Review checks
| Check | Result |
|---|---|
| PR format | ✅ PASS |
| Issue design | ✅ PASS |
| Code & plan conformance | ✅ PASS |
Scope: ca14dfc9ef · a98c71294d..ca14dfc9ef · full · 1 diff chunk
Usage: 43s · 236,055 tokens · 78.7% cache hit · 5.460 credits
Summary
Aggregated the sole completed chunk review. No duplicate, prior, or plan-conformance findings apply to the complete PR state.
Review metadata
- Commit:
ca14dfc9ef - Range:
a98c71294d..ca14dfc9ef - Mode:
full - Diff chunks:
1 - Model:
gpt-5.6-terra - Reasoning effort:
medium - Session:
repo-1309321116-pr-20-v2 - Generation:
b3a31ca4b6e33265537fcc596e73f8182b0c17dd36bc1ab1d06c258ed5b072a9 - Evidence:
021cb28517d097055f03dd78fe8335e134cc1b382c98dbd80205542e340b9670
Totals
- Input:
232,801 - Cached input:
183,286 - Cache write:
49,479 - Output:
3,254 - Reasoning:
1,383 - Total:
236,055 - Estimated credits:
5.460 - Credit rate per 1M tokens:
62.5input /6.25cached /375output
Token and cache details
| Stage | Mode | Target | Time | Input | Cached | Hit | Output | Total | Credits |
|---|---|---|---|---|---|---|---|---|---|
pr |
deterministic |
format rules |
0s | 0 | 0 | 0.0% | 0 | 0 | 0.000 |
pr |
full |
pr |
8s | 19,271 | 9,273 | 48.1% | 310 | 19,581 | 0.799 |
issue |
full |
Issue #19 |
13s | 55,890 | 47,508 | 85.0% | 1,143 | 57,033 | 1.249 |
code |
full |
chunk 1/1 |
19s | 96,905 | 67,786 | 70.0% | 1,562 | 98,467 | 2.829 |
code |
full |
aggregate |
3s | 60,735 | 58,719 | 96.7% | 239 | 60,974 | 0.583 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
closingIssuesReferencespage in both review-context capture and final snapshot verificationRoot cause
The reviewer requested only 20 native closing Issues and then retained only 10. Pull requests such as
GizClaw/gizclaw#758, with one tracker and 31 implementation children, therefore received falsetoo-many-closing-issuesandmissing-open-sub-issuesblockers even though GitHub contained all native relationships.Validation
node .github/scripts/issue-review/test.mjsnode .github/scripts/pr-readiness/test.mjsnode .github/scripts/pr-review/test.mjsnode --check .github/scripts/pr-readiness/test.mjsnode --check .github/scripts/pr-readiness/verify.mjsgit diff --checkCloses #19