Skip to content

v0.2.0 — rl doctor, minFailures, hit auditing

Choose a tag to compare

@anlor1002-alt anlor1002-alt released this 10 Jun 02:27

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.
  • minFailures config (default 1) — require a fix to have failed N times before it ever blocks. rl config minFailures 2 for extra-cautious rollouts.
  • Hit auditing — every block (and every would-have-blocked event in warn mode) is logged; rl stats reports 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/regressionledger then /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