MathLedger — Version v0.2.3
Status: LOCKED(see /versions/ for current status)
Tag: v0.2.3-audit-path-freshness | Commit: 674bcd16104f | Locked: 2026-01-03
Tier A (enforced): 10 Tier B (logged): 1 Tier C (aspirational): 3
What this version cannot enforce:
  • No Lean/Z3 verifier: FV claims always return ABSTAINED
  • Single template partitioner: no multi-model consensus
  • No learning loop: RFL not active
  • MV edge cases: overflow, float precision not fully covered

Version v0.2.3 Archive ARCHIVE

This is the archive for MathLedger version v0.2.3. All artifacts below are static, verifiable, and immutable.

Release Delta: v0.2.3

Changed:
  • FOR_AUDITORS.md uses template variables ({{CURRENT_VERSION}}, {{CURRENT_TAG}})
  • examples.json pack_version updated to v0.2.3
  • Verifier page has prominent 'Run self-test vectors' button with table output
  • /versions/ page has status ambiguity note about pre-v0.2.2 archives
  • Build assertions for examples.json staleness and self-test presence
Did not change:
  • Tier A/B/C invariant counts (10/1/3)
  • Cryptographic enforcement (H_t, R_t, U_t)
  • Demo functionality and verification flow
  • Hash contract (hashes computed identically)
Still not enforced:
  • FV Mechanical Verification (no Lean/Z3)
  • Multi-Model Consensus (single partitioner)
  • RFL Integration (no learning loop)

Archive Contents

ArtifactDescription
For Auditors5-minute verification checklist
Scope LockWhat this version does and does not demonstrate
ExplanationHow the demo explains its own behavior
InvariantsTier A/B/C enforcement status
Hostile RehearsalAnswers to skeptical questions
FixturesRegression test cases with golden outputs
Evidence PackReplay verification artifacts
ManifestVersion metadata + file checksums

Local Execution

Interactive Demo LOCAL ONLY
This archived version's demo requires local Python execution.

To run locally:
git clone https://github.com/helpfuldolphin/mathledger
git checkout v0.2.3-audit-path-freshness
uv run python demo/app.py
Open http://localhost:8000

Note: The hosted demo at /demo/ runs the CURRENT version (see /versions/ for status). This archived version is not available as a hosted demo.

Invariant Details

Tier A: Cryptographically/Structurally Enforced (10)

Tier B: Logged, Not Hard-Gated (1)

Tier C: Documented, Not Enforced (3)

Verification

To verify this archive matches the source:

  1. Clone the repository
  2. Checkout commit 674bcd16104f37961fe1ce9e200a5b95a9c85bb3
  3. Run uv run python scripts/build_static_site.py --version v0.2.3
  4. Compare generated files to this archive

File checksums are in manifest.json.