Commit fe5c4e2
docs(pm-skills): retract the REST issues-list completeness certificate (#14068)
The dedup ladder's REST branch certified the list endpoint's results as
complete. Measured in one container against this repo: walking the
`Link: rel="next"` cursor the endpoint returns reports itself exhausted
at 102 items, while the `&page=1,2,3...` walk over the identical query
returns 448 and matches `open_issues_count` (449 at re-read, 23 open
PRs). A dedup grep over the returned 102 answers "no duplicate" with
total confidence -- the failure the ladder routes seats INTO when
`search_issues` goes to a session-level zero.
The certificate is replaced in place by the obligation it was standing
in for: completeness is self-proved, by the page-number walk plus a
total-count cross-check. Line-neutral -- the file stays at its 314-line
ceiling, and the change is a correction of a measured-false line, not an
addition.
The cause is NOT explained here and is not claimed to be: whether the
truncation is GitHub's own cursor behaviour or the session egress proxy
rewriting the `Link` header is unmeasured. The prescription removes the
dependency on that header; it does not diagnose it.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 409ae9e commit fe5c4e2
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments