core/docs/plans
Shay 7acd6b9722 docs(plans): a ratified band serves malformed English; correct Phase 2 risk
Two additions found while designing Phase 1's projection.

1. NEW §1.7 — band v1b serves malformed surfaces today, user-visible:

     in : All dogs are mammals. All mammals are animals.
          Therefore all dogs are animals.
     out: Given: all dog are mammal; all mammal are animal.
          That's valid — all dog are animal follows.

   render.py::_CATEGORICAL_PHRASE uses plural syntax ("all {s} are {p}")
   but interpolates the reader's SINGULARIZED entity ids, with no
   re-pluralization step — because reader and renderer sit on opposite
   sides of the §1.3 seam. Affects every plural noun, regular or
   irregular; 4 of 47 ratified corpus cases that serve a categorical
   clause (ds-v1-0023/0024/0026/0028). wrong=0 is NOT threatened — every
   verdict is correct; this is purely surface.

   Compounding cause: the reader's plural table has 8 entries where the
   v3-MEM band's has 29, so wolves->wolve, knives->knive, leaves->leave,
   lives->live, halves->halve, loaves->loave, thieves->thieve,
   elves->elve. CORE's two readers disagree on 12 of 20 plurals. The
   wrong singulars do not break soundness (uniform deterministic
   bijection) but they are why cause 2 needs a SHARED table.

2. CORRECTED §4 — the earlier draft claimed "Phases 1-3 cannot change
   serving behaviour." That was wrong, and it is the same shape as the
   mistakes this arc exists to fix: I classified a table as off-serving
   without asking which callers reach it. reader.py::_IRREGULAR_PLURALS
   IS serving-reachable (comprehend -> to_syllogism -> v1b ->
   deduction_grounded_surface).

   New rule: a table is off-serving only when EVERY caller is proven
   eval-only. Phase 2 splits on that test into 2A (off-serving,
   byte-identical) and 2B (serving tables + the render fix,
   authorization-gated). Phase 2A now ships a caller-provenance test so
   this check lives in the tree, not in a reviewer's head.

Refs: ADR-0256 (band v1b), ADR-0258 (v3-MEM plural table)
2026-07-26 15:37:26 -07:00
..
adr-0241-0242-mastery-close-status.md docs(adr-0243): commit ADR-0243 + implementation plan, pin sketch defects 2026-07-16 21:53:20 -07:00
adr-0241-0242-session-completion-summary-2026-07-15.md docs(governance): RATIFY — ADR-0241 and ADR-0242 → Accepted (Joshua Shay, 2026-07-15) 2026-07-15 15:25:47 -07:00
adr-0241-cohesion-mastery-plan-p0-p12.md docs(plans): archive Plan A/B + session completion summary (W2) 2026-07-15 12:49:00 -07:00
adr-0242-drive-complete-plan-d0-d10.md docs(plans): archive Plan A/B + session completion summary (W2) 2026-07-15 12:49:00 -07:00
adr-0243-implementation-plan.md docs(adr-0243): Phase 3 lane brief pack (A/B/C) + correct stale readback-rules claim 2026-07-17 06:48:33 -07:00
audio-compiler-eval-plan.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
audio-compiler-spec.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
capability_roadmap.md Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
core-general-advancement-plan.md
curriculum-license-loop-2026-07-25.md docs(arc): reconcile the arc's records with what the units measured 2026-07-26 12:33:30 -07:00
DEMO-PACKAGING-CHECKLIST.md docs: reorganize docs landscape 2026-06-30 16:59:36 -07:00
formation_pipeline_plan.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
generalization-arc-2026-07-24.md docs(arc): reconcile the arc's records with what the units measured 2026-07-26 12:33:30 -07:00
grammar-unification-2026-07-26.md docs(plans): a ratified band serves malformed English; correct Phase 2 risk 2026-07-26 15:37:26 -07:00
PUBLIC-DEMO-ROADMAP.md docs: reorganize docs landscape 2026-06-30 16:59:36 -07:00
vision-compiler-eval-plan.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
vision-compiler-spec.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00