diff --git a/docs/decisions/ADR-0108-proposed-adr-sequencing.md b/docs/decisions/ADR-0108-proposed-adr-sequencing.md index 2fcdcb26..c96fef1f 100644 --- a/docs/decisions/ADR-0108-proposed-adr-sequencing.md +++ b/docs/decisions/ADR-0108-proposed-adr-sequencing.md @@ -1,6 +1,6 @@ # ADR-0108 — Proposed-ADR Sequencing Post-ADR-0105 -**Status:** Proposed +**Status:** Accepted **Date:** 2026-05-22 **Author:** CORE agents + reviewers **Relates to:** ADR-0080, ADR-0084, ADR-0087, ADR-0106 diff --git a/docs/decisions/README.md b/docs/decisions/README.md index 217149ee..0fa79a8c 100644 --- a/docs/decisions/README.md +++ b/docs/decisions/README.md @@ -26,7 +26,7 @@ ADRs record significant architectural decisions: what was decided, why, what alt | [ADR-0104](ADR-0104-curriculum-sourced-teaching-proposals.md) | Curriculum-Sourced Teaching Proposals | Accepted (2026-05-22) | | [ADR-0105](ADR-0105-sealed-holdout-encryption.md) | Sealed Holdout Encryption via age | Accepted (2026-05-22) | | [ADR-0106](ADR-0106-expert-demo-promotion-contract.md) | Expert-Demo Promotion Contract | Proposed (2026-05-22) | -| [ADR-0108](ADR-0108-proposed-adr-sequencing.md) | Proposed-ADR Sequencing Post-ADR-0105 | Proposed (2026-05-22) | +| [ADR-0108](ADR-0108-proposed-adr-sequencing.md) | Proposed-ADR Sequencing Post-ADR-0105 | Accepted (2026-05-22) | --- @@ -60,12 +60,19 @@ Seven lanes are SHA-pinned in `scripts/verify_lane_shas.py` and gated by the `la - `demo_composition` - `public_demo` -The next implementation frontier is open. Candidate directions include: +### Proposed-but-unimplemented ADRs -- **Expert-demo ratification.** All ADR-0097/0100/0101/0102 ledger rows currently sit at `reasoning-capable` with `expert_demo=false`. ADR-0106 is proposed as the domain-aware, reviewer-signed promotion contract; the first worked promotion (likely `mathematics_logic`) follows in ADR-0107. -- **Multi-reviewer holdout governance and threshold signing.** ADR-0105 seals holdout payloads with a single recipient identity; multi-reviewer governance is a future direction. +Sequencing per ADR-0108. Listed in priority order: -No ADR currently sits in a "Proposed but unimplemented" state. +1. **[ADR-0106](ADR-0106-expert-demo-promotion-contract.md) — Expert-Demo Promotion Contract.** Highest priority. Defines a domain-aware, reviewer-signed `expert_demo` predicate; closes the cognition-lane bleed at `core/capability/reporting.py:418`. Makes the four `reasoning-capable` ratifications externally legible. +2. **ADR-0107 (reserved) — `mathematics_logic` expert-demo promotion.** First worked promotion against ADR-0106. Smallest expert-demo proof surface across the four ratified domains. +3. **[ADR-0080](ADR-0080-contemplation-loop.md) — Contemplation Loop.** Sandboxed, read-only Phase 1 self-interrogation; emits `SPECULATIVE` findings from `frontier_compare` reports. Converts gap-finding from human-driven to system-emitted-and-reviewed. +4. **[ADR-0084](ADR-0084-definitional-layer.md) — Definitional Layer for Lexicon Packs.** Optional per-entry definitional block. Deferred pending ADR-0107 — value surfaces during a worked expert promotion that needs definitional depth. +5. **[ADR-0087](ADR-0087-rhetorical-style-axis.md) — Rhetorical Style Axis.** A third substantive selection axis sibling to anchor-lens. Lowest current priority — no active downstream consumer; register + anchor-lens already demonstrate the orthogonality pattern. + +### Open candidate directions (no ADR yet) + +- **Multi-reviewer holdout governance and threshold signing.** ADR-0105 seals holdout payloads with a single recipient identity; multi-reviewer governance remains future work. ---