Skip to content

v0.3.5 — Proof Receipts & Failure Taxonomy

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:59

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
```