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
docs(workflows): five 65536 restatements re-worded to the measured caps, each naming its record
The five lines asserted "GitHub's 65536-character limit" as fact. The
ISSUE-body half was falsified by bisection (objectstack#18793: 262,144
UTF-8 bytes stored, 262,145 refused); the COMMENT half is bisected here
(objectstack#18826: the same boundary, on both createComment and
updateComment, with a real 422 where the issue-body surface is silent).
A github-script step cannot import ISSUE_BODY_LIMIT, so these five are
restatements by construction — so each now NAMES the record it was read
from, and the next falsification finds all five by grep. GitHub's own 422
text still claims "maximum is 65536 characters" and is false in both unit
and value; every restatement says so, because that string is where the
folklore comes back from.
test-nightly-tiers.yml's BUDGET = 40000 is left at 40,000 and stated as
what it is: a reading budget sized against the reader, not a platform
bound inherited from the false cap.
No behaviour changes: comments only. retry-exempt-status-codes is
untouched on all four files that carry it.
Claude-Session: https://claude.ai/code/session_01Gqi43smmqjJ5sUrhfoPeKu
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments