v0.2.0 — rl doctor, minFailures, hit auditing
v0.2.0 — trust the guardrail
Evaluate precision on your own codebase before (and after) enabling hard blocks.
New
rl doctor— proves the install works end-to-end: environment checks plus live hook round-trips through a real child process. A first-time edit must be allowed; a seeded repeat failure must be denied.minFailuresconfig (default1) — require a fix to have failed N times before it ever blocks.rl config minFailures 2for extra-cautious rollouts.- Hit auditing — every block (and every would-have-blocked event in
warnmode) is logged;rl statsreports the counts so you can flip from warn to block with evidence. - Block messages now say how many times the fix has failed.
Infrastructure
- Installable as a Claude Code plugin:
/plugin marketplace add anlor1002-alt/regressionledgerthen/plugin install regressionledger@anlor1002-plugins— hooks activate automatically. - CI green on Node 18/20/22 x Linux/macOS/Windows - 39 tests - still zero dependencies.
- Landing page: https://anlor1002-alt.github.io/regressionledger/
Full changelog: https://github.com/anlor1002-alt/regressionledger/blob/main/CHANGELOG.md