v0.10.1 — linear normalize (ReDoS fix)
Fixes a ReDoS surface in the documented body-hash one-liner (/never-stale:setup and /never-stale:status). The old /\s+$/ (plus /^\n+|\n+$/g) backtracks catastrophically on a long run that never reaches the anchor — a single ~200 KB line of spaces measured ~21.6 s. Both one-liners now use the same linear char-scan normalization the gate and the hash-mode preview already use.
- Hash-compatible: linear and regex forms produce byte-identical hashes for all realistic bodies (verified against the dogfood fence hash) → no recorded hash changes, no migration.
- A guard test runs the real shipped one-liner and asserts it stays linear and never reintroduces
/\s+$/. - Roadmap honesty:
version/declaredmodes documented as deferred and not planned (reserved no-ops).
This line also adopts hash-mode dogfooding in the repo (pairs the gate to its design doc). No plugin behaviour change vs 0.10.0 when syncPairs is unconfigured.
Full notes: CHANGELOG.md.