axiorank-gateway receipts tail (or receipts tail -n 20) should pretty-print the last N receipts from ~/.axiorank/gateway/receipts.jsonl: seq, timestamp, route target, guardrail decisions, redaction count, truncated body hashes.
Today the file is raw JSONL and verify only checks it; there is no human-friendly view.
Acceptance:
- New subcommand in
src/commands/ (default n=10, --json passthrough for scripts)
- Handles a missing or empty file with a friendly message
- One test over a fixture chain
- No new dependencies
axiorank-gateway receipts tail(orreceipts tail -n 20) should pretty-print the last N receipts from~/.axiorank/gateway/receipts.jsonl: seq, timestamp, route target, guardrail decisions, redaction count, truncated body hashes.Today the file is raw JSONL and
verifyonly checks it; there is no human-friendly view.Acceptance:
src/commands/(default n=10,--jsonpassthrough for scripts)