There was an error while loading. Please reload this page.
Use an ASCII hyphen in two Feature filenames instead of U+2010 Pre-existing typo, unrelated to #200. Found while auditing filenames for the colon fix. Two page titles were typed with U+2010 (Unicode HYPHEN, the "curly" hyphen some editors substitute) where a plain ASCII hyphen-minus was meant: Feature-Packet-Back<U+2010>Pressure.md Feature-Repulse<U+2010>Agents-Gate-and-Collision-Cap.md The two characters are visually near-identical but are not equal, so the filenames did not match anything linking to them. All 7 inbound links (5 to Back-Pressure in Feature-Index.md, Hardening.md and Performance.md, 2 to Repulse-Agents in Feature-Index.md and Performance.md) already used an ASCII hyphen, as does every other filename in the repo and every heading in the two pages themselves. The U+2010 appears nowhere except those two filenames. Fixing the filenames rather than the links: the alternative would mean rewriting 7 correct links to carry an invisible non-ASCII character that nobody can type, and leaving these two pages as the only ones in the repo not matching the naming convention. No link changes are needed; they resolve correctly against the ASCII names. Renamed with `git mv` to preserve history.