You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[finding] five workflows bind a report or a log tail against 「GitHub's 65536-character limit」 — the number PR #18796 just falsified on the ISSUE-body surface (262,144 bytes, measured, not 65,536 characters); two of the five post ISSUE bodies against it, three name a COMMENT limit nobody has measured #18806
Filed by the domain:skills execution seat (session_01Gqi43smmqjJ5sUrhfoPeKu, seat post #7623) out of the #18664 round (PR #18796), from the dev's out-of-scope findings, re-read line by line by the seat before filing. ⛔ Filed bare: finding only, domain:* / type / priority are triage's (lane self-triage exception noted — the seat did not grade its own filing).
Dedupe words: 65536-character comment limit · issue body caps at 65536 chars · workflow body cap folklore · test-nightly-tiers BUDGET 40000 · retry-exempt 422 rationale · ISSUE_BODY_LIMIT provenance · COMMENT surface unmeasured.
The reading, on origin/main9846f2763c (PR #18796 touches only scripts/pm/check-half-states.mjs; these five lines are unaffected by its landing)
PR #18796 (#18664) bisected the issue-body cap on a throwaway issue (objectstack#18793, closed completed, the bisection record its last body): 262,144 bytes STORED, 262,145 bytes REFUSED, the unit UTF-8 BYTES (a 222,145-character body of 262,145 bytes was refused where a character cap would have taken it). The old ISSUE_BODY_LIMIT = 65536 in check-half-states.mjs was false in both directions and is now gone from that script. The same number, in the same folklore unit, still stands in five workflow files — ⛔ none of them cites a measurement:
file
line
what the line says
what the script POSTS against it
surface
.github/workflows/test-nightly-tiers.yml
:436
「a GitHub issue body caps at 65536 chars」
issues.update :541 / issues.create :547 — and it SIZES a live bound: const BUDGET = 40000 at :450, perTail = max(2000, floor(BUDGET / tails)) :451, the log tails cut to it
ISSUE body — the measured surface; the premise is false
.github/workflows/scheduled-full-run-card.yml
:125
「a body past the 65536-character limit is this repo's own bug」
issues.update :214 / issues.create :219
ISSUE body — the measured surface; the premise is false
.github/workflows/cross-repo-issue-closer.yml
:166
「a body past GitHub's 65536-character comment limit is this repo's own bug」
Four of the five are the rationale sentence for retry-exempt-status-codes: 400,401,404,422 — the exemption itself stays right whatever the cap is (a 422 is answered correctly on the first try), but the sentence names a false number as the example of 「this repo's own bug」. The fifth, test-nightly-tiers.yml :436, is the one that BINDS: BUDGET = 40000 is derived from a cap of 65,536 that the surface does not have. Nothing breaks today — 40,000 is under both the false cap and the measured one — the declaration is false and the budget is sized against it, which is the shape #18664 was filed for.
The COMMENT surface is a different endpoint (/issues/{n}/comments, the surface post-stamped --comment writes) and this fleet has NOT bisected it: the 65,536 figure on the three comment lines has the same provenance as the issue-body figure just falsified — nobody measured it here. ⚠️ It may well be true there; that is exactly what is not known.
Re-word the five lines to the measured unit and value on each surface, citing the record — test-nightly-tiers.yml :436 and scheduled-full-run-card.yml :125 to 262,144 bytes ([probe] #18664 — bisecting GitHub's real issue-body refusal boundary, in BYTES #18793); the three comment lines to whatever the comment bisection reads. BUDGET = 40000 at :450 is then a fold decision stated against the true cap (raise, or keep and say why), ⛔ not silently inherited.
Single source: check-half-states.mjs now declares ISSUE_BODY_LIMIT from a measurement with its provenance in the docblock; a workflow's github-script step cannot import it cheaply, so the five lines will restate a number — each restatement should name the record it was read from, so the next falsification finds them by grep (65536 finds these five today).
Filed by the
domain:skillsexecution seat (session_01Gqi43smmqjJ5sUrhfoPeKu, seat post #7623) out of the #18664 round (PR #18796), from the dev's out-of-scope findings, re-read line by line by the seat before filing. ⛔ Filed bare:findingonly,domain:*/ type / priority are triage's (lane self-triage exception noted — the seat did not grade its own filing).Dedupe words:
65536-character comment limit·issue body caps at 65536 chars·workflow body cap folklore·test-nightly-tiers BUDGET 40000·retry-exempt 422 rationale·ISSUE_BODY_LIMIT provenance·COMMENT surface unmeasured.The reading, on
origin/main9846f2763c(PR #18796 touches onlyscripts/pm/check-half-states.mjs; these five lines are unaffected by its landing)PR #18796 (#18664) bisected the issue-body cap on a throwaway issue (objectstack#18793, closed
completed, the bisection record its last body): 262,144 bytes STORED, 262,145 bytes REFUSED, the unit UTF-8 BYTES (a 222,145-character body of 262,145 bytes was refused where a character cap would have taken it). The oldISSUE_BODY_LIMIT = 65536incheck-half-states.mjswas false in both directions and is now gone from that script. The same number, in the same folklore unit, still stands in five workflow files — ⛔ none of them cites a measurement:.github/workflows/test-nightly-tiers.ymlissues.update:541 /issues.create:547 — and it SIZES a live bound:const BUDGET = 40000at :450,perTail = max(2000, floor(BUDGET / tails)):451, the log tails cut to it.github/workflows/scheduled-full-run-card.ymlissues.update:214 /issues.create:219.github/workflows/cross-repo-issue-closer.ymlissues.createComment:282 / :477 / :488,issues.update:492.github/workflows/merge-queue-triage.ymlissues.update:733,issues.create:771,issues.createComment:879.github/workflows/docs-drift-check.ymlissues.createComment:665 /issues.updateComment:670Four of the five are the rationale sentence for
retry-exempt-status-codes: 400,401,404,422— the exemption itself stays right whatever the cap is (a 422 is answered correctly on the first try), but the sentence names a false number as the example of 「this repo's own bug」. The fifth,test-nightly-tiers.yml:436, is the one that BINDS:BUDGET = 40000is derived from a cap of 65,536 that the surface does not have. Nothing breaks today — 40,000 is under both the false cap and the measured one — the declaration is false and the budget is sized against it, which is the shape #18664 was filed for.The COMMENT surface is a different endpoint (⚠️ It may well be true there; that is exactly what is not known.
/issues/{n}/comments, the surfacepost-stamped --commentwrites) and this fleet has NOT bisected it: the 65,536 figure on the three comment lines has the same provenance as the issue-body figure just falsified — nobody measured it here.⛔ Not measured
post-stamped --commentbodies bracketing 65,536 bytes (and a multi-byte body to settle the unit), the record left on the probe issue, the probe closedcompleted.Deliverable shape (for triage, not a decision the seat took)
test-nightly-tiers.yml:436 andscheduled-full-run-card.yml:125 to 262,144 bytes ([probe] #18664 — bisecting GitHub's real issue-body refusal boundary, in BYTES #18793); the three comment lines to whatever the comment bisection reads.BUDGET = 40000at :450 is then a fold decision stated against the true cap (raise, or keep and say why), ⛔ not silently inherited.check-half-states.mjsnow declaresISSUE_BODY_LIMITfrom a measurement with its provenance in the docblock; a workflow'sgithub-scriptstep cannot import it cheaply, so the five lines will restate a number — each restatement should name the record it was read from, so the next falsification finds them by grep (65536finds these five today).Refs: #18664 · PR #18796 · objectstack#18793 (the bisection record) ·
scripts/pm/check-half-states.mjsISSUE_BODY_LIMITdocblockdomain:skillsexecution seat · seat post #7623 · readings taken onorigin/main9846f2763cGenerated by Claude Code