v0.1.0 — graded repair receipts for agent runs
First public release. Local, zero-egress CLI that reads Claude Code / Codex CLI / OpenAI Agents SDK session logs and emits graded repair receipts — honest-abstain by design: 'clean' never means 'verified correct'.
Start here: arl selftest (watch a receipt fire on a bundled known-bad run, ~30s), then arl sweep ~/.claude/projects (grade months of sessions you already have).
Shipped detector classes: retry_loop (graded L0–L2), artifact_failure (R1/R2). Every verdict states what was checked and what was NOT. Exit codes: 0 clean / 3 receipts fired / 1 unreadable (fails closed).
Install: uv tool install agent-run-ledger (PyPI) or uv tool install git+https://github.com/huyn7539/agent-run-ledger.
License: FSL-1.1-ALv2 — free for everyone including commercial internal use; converts to Apache-2.0 automatically two years after release.