[1.231.1] — 2026-09-06
Fixed — v1.231.0's count sweep rewrote the account name in every link.
Fixed
- Every
Fighter90link becameFighter92. The v1.231.0 source-count sweep replaced90with92under a digit-boundary guard —(?<![0-9])90(?![0-9])— which correctly skips290and901but matches the90insideFighter90, where the preceding character is a letter and the token simply ends. 562 links across all 17 READMEs, all 17 help bundles and the site's help mirrors, plus 138 in the wiki, pointed at an account that does not exist; theproviders.pngbanner and every "edit on GitHub" link 404ed. Reported by a user who noticed the missing image. - Five historical release references shifted. The same release's
85 → 87EN-adapter sweep turnedv1.85.0intov1.87.0in the README and help bundles, inventing a release that was never cut.
Notes
- A digit boundary is not enough. It guards a number against neighbouring digits, not against being part of an identifier or a version string — and both classes are dense in these files. The counts themselves are unchanged and correct: 92 sources, 87 EN adapters, 3009 tests.
- The parent repository was untouched: its counts were never swept.