From 892e5033476efd8e02c6d3c8968b8fac21c24adc Mon Sep 17 00:00:00 2001 From: Shay Date: Mon, 27 Jul 2026 13:17:57 -0700 Subject: [PATCH] =?UTF-8?q?docs(adr):=20ratify=20ADR-0265=20=E2=80=94=20Ac?= =?UTF-8?q?cepted,=20Joshua=20Shay=202026-07-27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Serving-path authorization for the negation fix in this PR. The ADR is Accepted rather than Proposed because the defect it removes was LIVE behind a shipped flag (realizer_grounded_authority), not latent: CORE served the affirmative of propositions users denied. --- docs/adr/ADR-0265-negation-in-the-proposition-graph.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/adr/ADR-0265-negation-in-the-proposition-graph.md b/docs/adr/ADR-0265-negation-in-the-proposition-graph.md index e8669453..ce9b0a9f 100644 --- a/docs/adr/ADR-0265-negation-in-the-proposition-graph.md +++ b/docs/adr/ADR-0265-negation-in-the-proposition-graph.md @@ -1,9 +1,11 @@ # ADR-0265 โ€” Negation belongs in the proposition graph, and clause grammar has one owner -- **Status:** Proposed โ€” awaiting ratification by Joshua Shay. **This ADR - changes served output.** It fixes a truth defect on a serving path; it flips - no flag and changes no default. -- **Date:** 2026-07-27 +- **Status:** Accepted โ€” ratified by Joshua Shay 2026-07-27. **This ADR changes + served output.** It fixes a truth defect on a serving path; it flips no flag + and changes no default. Implemented and merged to `main` in the same unit + that proposed it, because the defect it removes was live behind a shipped + flag rather than latent. +- **Date:** 2026-07-27 ยท **Ratified:** 2026-07-27 - **Implemented by:** #137. Enforcement pins: `tests/test_negation_survives_articulation.py` (registered in the `smoke` pre-push gate in the same PR).