Skip to content

Commit 8a232b8

Browse files
ECOSYSTEM: record proven-tests-and-benches as the test framework (#178)
## Context `proven-tests-and-benches` now grades proven's modules by three-tier provenance (Actually-/Provisionally-/Unproven), reading proven's own `MODULE-STATUS.txt` + `.machine_readable/6a2/STATE.a2ml` OWED ledger — without re-checking proofs. The two repos previously had **zero references in either direction**. This adds the reciprocal link so the ecosystem manifest is accurate. ## Change One file: `.machine_readable/6a2/ECOSYSTEM.a2ml` gains a `[relations]` entry pointing at proven-tests-and-benches, noting that its as-declared reading (4/37/47) reconciles with `MODULE-STATUS.txt` while the strict evidence-carrying reading reports 0 Actually-Proven (the 4 proof-bearing modules all carry OWED axioms). No source or proof changes. ## Verification Documentation-only; no build impact. The grading it references is reproducible from the proven-tests-and-benches PR: `PROVEN_ROOT=<this checkout> proven-subject-report`. Related: `hyperpolymath/proven-tests-and-benches#13`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01SW76f8XBgwsiGXU9x5vmQU --- _Generated by [Claude Code](https://claude.ai/code/session_01SW76f8XBgwsiGXU9x5vmQU)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8517154 commit 8a232b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.machine_readable/6a2/ECOSYSTEM.a2ml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ ecosystem = "hyperpolymath"
88

99
[position]
1010
type = "component"
11+
12+
[relations]
13+
relations = [
14+
{ project = "proven-tests-and-benches", relation = "test-framework", detail = "grades proven's modules by three-tier provenance (Actually-/Provisionally-/Unproven) from proven's own MODULE-STATUS.txt + STATE.a2ml OWED ledger, without re-checking proofs. As-declared 4/37/47 reconciles with MODULE-STATUS; strict evidence-carrying grading reports 0 Actually-Proven (the 4 proof-bearing modules all carry OWED axioms). See that repo's integrations/proven and .machine_readable/6a2/ECOSYSTEM.a2ml." },
15+
]

0 commit comments

Comments
 (0)