From b4d1fc5539d31e9f06030f388567aaadb6fce54c Mon Sep 17 00:00:00 2001 From: Chaim Date: Mon, 1 Jun 2026 04:41:58 +0000 Subject: [PATCH] docs(audit): X11 Phase 2 corroboration backfill result (X11 Phase 2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 12 precedents, 20 links, 0 negatives. 4 halachot corroborated — all already confidence-approved (signal fully overlaps confidence set), so 0 transitions. Approve path proven in rolled-back tx; no chair-final state touched. Co-Authored-By: Claude Opus 4.8 (1M context) --- data/audit/x11-phase2-backfill-20260601.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/audit/x11-phase2-backfill-20260601.md diff --git a/data/audit/x11-phase2-backfill-20260601.md b/data/audit/x11-phase2-backfill-20260601.md new file mode 100644 index 0000000..a83bd3f --- /dev/null +++ b/data/audit/x11-phase2-backfill-20260601.md @@ -0,0 +1,26 @@ +# X11 Phase 2 — Corroboration Backfill (2026-06-01) + +`corroboration.build_all()` over the full corpus after wiring the approval gate. + +## Result +``` +{"precedents": 12, "citations": 26, "linked": 20, "approved": 0, "demoted": 0} +``` + +## Treatment distribution (20 stored links) +- followed: 18 · explained: 1 · mentioned: 1 · **negatives: 0** + +## Per-halacha corroboration +- 14 halachot carry corroboration rows; **4 are corroborated** (≥2 distinct positive sources, 0 negatives). +- **All 14 were already `approved`** (13 by confidence ≥0.80, 1 by דפנה). + +## Why 0 approved / 0 demoted (correct, not a bug) +- **0 approved:** `approve_halacha_by_corroboration` only transitions `pending_review`. Every corroborated halacha was already approved → nothing to promote this run. The citation-corroboration set currently **fully overlaps** the confidence-approved set. +- **0 demoted:** the corpus has **no negative treatments** → nothing overruled to demote. + +## Verification +- Counts before == after (approved=1415, pending=196, published=0, rejected=1) — idempotent, no chair-final state touched. +- Approve path proven end-to-end in a **rolled-back transaction**: a corroborated halacha set to `pending_review` flipped back to `approved` with reviewer `corroborated (2 judicial citations ≥ 2)`; prod row restored. + +## Going-forward value +The corroboration approval path matters for (a) future halachot extracted **below** the confidence threshold but **citation-corroborated**, and (b) **overruled-demotion** once negative treatment appears in the citation graph. Re-runnable anytime via the `corroboration_rebuild` MCP tool (empty arg = full backfill).