v0.3.5 — Proof Receipts & Failure Taxonomy
What's New
CLI-Style Proof Receipts
`martin share --latest` now generates dark terminal-style proof receipts showing spend, budget, verifier result, integrity state, timeline, and evidence boundaries. Three files per share bundle: `run-receipt.json`, `run-receipt.md`, and `proof-card.svg`.
Public Failure Taxonomy
Introduced the canonical 12-class failure taxonomy for governed runs. Every failed attempt is classified into one of these runtime classes for consistent triage and reporting.
Proof Receipt Design Guardrails
Public agent docs and tests now block regression in proof-card output — no rounded cards, blue palettes, gradients, or inflated proof claims.
Install
```sh
npm install -g martin-loop@0.3.5
```