From 382bb6fb4bcd85831096f098854824ea935fc27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6lnberger?= <159939812+ProfRandom92@users.noreply.github.com> Date: Tue, 19 May 2026 09:45:47 -0700 Subject: [PATCH] docs: link multi-family admissibility benchmark from README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d980621..fb36ab3 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,11 @@ Comptextv7 turns noisy context into compact operational state, then validates wh - **Operational drift:** `0.000000`. - **Interpretation:** current setup is near-lossless because the fixtures are structured; this is a useful baseline, not a universal memory claim. +### Multi-Family Operational Admissibility Benchmark + +- **Validates:** Deterministic multi-family operational admissibility benchmark with manifest-driven fixture selection, exact scoring, reproducible JSON artifacts, and progression-regression checks. +- **Method:** [`docs/benchmarks/multi_family_admissibility_benchmark.md`](docs/benchmarks/multi_family_admissibility_benchmark.md). + ### Iterative Replay Degradation Prototype - **Validates:** how checked-in paper and agent-trace fixtures degrade across bounded repeated compact/replay cycles.