Rewrite v1+dev FSC cases with pack-grounded tokens drawn from en_core_cognition_v1. Closes the 9/9 region-construction failure recorded in Phase 4 (chain_tokens alpha/beta/gamma/delta/etc. were ungrounded in the active pack). Token mappings preserve each case's test pattern: * alpha→beta→gamma→delta → tone→evidence→memory→wisdom (causes) * mu→nu→omicron → voice→memory→wisdom (means) * pi→rho→sigma→tau → question→answer→understanding→wisdom (precedes) * upsilon→phi→chi → word→discourse→narrative (part_of) * eta/theta/zeta + means-distractors → symbol/word/meaning + image/light Result post-rewrite: * skipped_count: 9/9 → 0/9 (region constructible) * causal_attribution_valid: True (preserved) * code_path_residual: 0.0 (preserved) * inner_loop_t0 hash stability: 1.0 (preserved) * best_separation_quality: 0.0 → 0.056 (still below 0.8 gate) The rewrite exposes a deeper architectural finding documented in the ADR addendum: v1/dev case schema (prime + chain_tokens) probes teaching-driven walk (ADR-0022/0023), not the inner-loop's blade-admissibility mechanism (ADR-0024). The Phase 2 corpus- observation runner's reuse of v1/dev was a categorical error. v1/dev belong to the boundary-walk lane (runner.py); v2 belongs to the inner-loop lane (v2_runner.py). Phase 5 will author the benign inner-loop corpus the EXHAUSTION_CEILING gate was designed against. Tests pinning new state: * TestV1ChainBladeUngrounded → TestV1ChainBladePostGrounding (assertions inverted: skipped_count == 0; separation_quality < 0.5) * TestPhase2 (unchanged) continues to assert causal_attribution_valid and hash stability; exhaustion remains a finding, not an invariant. |
||
|---|---|---|
| .. | ||
| ADR-0001-vocab-layer-invariants.md | ||
| ADR-0002-ingest-layer-design.md | ||
| ADR-0003-coordinate-system-dissolution.md | ||
| ADR-0004-rotor-as-operator-not-property.md | ||
| ADR-0005-language-pack-contract.md | ||
| ADR-0006-field-energy-operator.md | ||
| ADR-0007-valence-layer.md | ||
| ADR-0008-allocation-physics.md | ||
| ADR-0009-compositional-physics.md | ||
| ADR-0010-identity-physics.md | ||
| ADR-0011-renderer.md | ||
| ADR-0012-core-ingest-governance-layer.md | ||
| ADR-0013-sensorium-multimodal-protocol.md | ||
| ADR-0014-train-learning-loop.md | ||
| ADR-0015-language-packs-and-holonomy-resonance.md | ||
| ADR-0016-capability-roadmap.md | ||
| ADR-0017-agency-scope.md | ||
| ADR-0018-tool-use-scope.md | ||
| ADR-0019-exact-vault-recall-acceleration.md | ||
| ADR-0020-phase5-rust-parity-sequencing.md | ||
| ADR-0021-epistemic-grade-policy.md | ||
| ADR-0022-forward-semantic-control.md | ||
| ADR-0023-forward-semantic-control-proof.md | ||
| ADR-0024-inner-loop-admissibility.md | ||
| ADR-0025-rotor-frame-admissibility-design-note.md | ||
| README.md | ||
| SESSION-2026-05-12-b.md | ||
| SESSION-2026-05-12-language-packs-addendum.md | ||
| SESSION-2026-05-12.md | ||
| SESSION-2026-05-13.md | ||
Architecture Decision Records
This directory contains the Architecture Decision Records (ADRs) for the CORE project.
ADRs record significant architectural decisions: what was decided, why, what alternatives were considered, and what consequences follow. They are permanent records — superseded ADRs are archived, not deleted.
Index
| ADR | Title | Status |
|---|---|---|
| ADR-0001 | Vocab Layer Invariants | Accepted |
| ADR-0002 | Ingest Layer Design (original) | Archived — superseded by ADR-0012 |
| ADR-0003 | Coordinate System Dissolution | Accepted |
| ADR-0004 | Rotor as Operator, Not Property | Accepted |
| ADR-0005 | Language Pack Contract | Accepted |
| ADR-0006 | Field Energy Operator | Accepted |
| ADR-0007 | Valence Layer | Accepted |
| ADR-0008 | Allocation Physics | Accepted |
| ADR-0009 | Compositional Physics | Accepted |
| ADR-0010 | Identity Physics | Accepted |
| ADR-0011 | Renderer | Accepted |
| ADR-0012 | core_ingest Governance Layer |
Accepted |
| ADR-0013 | sensorium/ Multimodal Protocol Layer |
Accepted |
| ADR-0014 | train/ Learning Loop |
Accepted (Stub) |
Session Logs
Session logs record the decisions and rationale from individual working sessions. They are not ADRs — they are the narrative record that informed the ADRs.
| Date | File |
|---|---|
| 2026-05-12 | SESSION-2026-05-12.md |
| 2026-05-12 (addendum) | SESSION-2026-05-12-b.md |
| 2026-05-12 (language packs) | SESSION-2026-05-12-language-packs-addendum.md |
| 2026-05-13 | SESSION-2026-05-13.md |