Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions docs/proof-debt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!--
SPDX-License-Identifier: MPL-2.0
SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath)
-->

# Proof Debt β€” maa-framework

**Schema**: [hyperpolymath/standards `TRUSTED-BASE-REDUCTION-POLICY.adoc`](https://github.com/hyperpolymath/standards/blob/main/docs/TRUSTED-BASE-REDUCTION-POLICY.adoc) (standards#203).

This file is the schema-conformant **index** for this repo's proof
debt. The substantive content lives in
[`PROOF-NEEDS.md`](../PROOF-NEEDS.md) β€” keep that file as the source of truth
and use this one as the schema bridge for the
`check-trusted-base.sh` CI gate ([standards#211](https://github.com/hyperpolymath/standards/pull/211)).

## Marker count (2026-05-26)

134 soundness-relevant escape hatches detected by
`scripts/check-trusted-base.sh`. See `PROOF-NEEDS.md` for the per-site
classification rationale.

## (a) DISCHARGED in this repo

See `PROOF-NEEDS.md` β€” any markers no longer present in source.

## (b) BUDGETED β€” tested with a refutation budget

See `PROOF-NEEDS.md` β€” markers at FFI / extraction boundaries with
documented property-test budgets.

## (c) NECESSARY AXIOM

See `PROOF-NEEDS.md` β€” markers that encode metatheoretic assumptions.

## (d) DEBT β€” actively to be closed

See `PROOF-NEEDS.md` β€” markers still owed a proof or a Β§(b)/Β§(c)
classification.

## How to update this file

When markers change in source:

1. Update `PROOF-NEEDS.md` first (source of truth).
2. If the marker count changes substantially, update the count above
so this index doesn't drift.
3. The `check-trusted-base` CI gate (standards#211) reads BOTH
`docs/proof-debt.md` AND `PROOF-NEEDS.md` for documentation lookups,
so the index can stay light.

## Companion documents

- [standards#195](https://github.com/hyperpolymath/standards/pull/195) β€” estate proof-debt audit.
- [standards#203](https://github.com/hyperpolymath/standards/pull/203) β€” trusted-base reduction policy (the schema).
- [`PROOF-NEEDS.md`](../PROOF-NEEDS.md) β€” this repo's substantive proof-debt audit (source of truth).

---

πŸ€– Schema-conformant index seeded by Claude Code, 2026-05-26.
Loading