chore(state): v5.5.0 A+E landed on main; Foundation deferred to v5.6

A (RUL+CML durability) and E (PLH plugin-agent dead-config) implemented
and committed. Foundation moved to v5.6 (A/E are additive and don't
consume it). STATE + plan updated; v5.5.0 release-cut is a separate GO.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ter3E2JSi1Khgmuf2kady8
This commit is contained in:
Kjell Tore Guttormsen 2026-06-20 11:21:30 +02:00
commit 9eba0f6169
2 changed files with 33 additions and 28 deletions

View file

@ -202,10 +202,15 @@ D (mechanism-fit) heuristic independent, precision ris
**Recommended phasing** (chunk-work rule — session-sized, checkpoint STATE between):
- **v5.5.0 "steering-model I"** — Foundation + A + E. Additive, doc-grounded, byte-stable,
count stays 13. Lowest risk, ships the compaction-survival insight.
- **v5.6.0 "steering-model II"** — C (new `CA-OST`, count → 14) + B (load-pattern accounting,
manifest format change + snapshot regen + `--json` back-compat decision).
- **v5.5.0 "steering-model I"** — A + E only. **DONE on main** (E `f75ed56`, A `f3aadb5`,
2026-06-20). Additive to RUL/CML/PLH, doc-grounded, byte-stable, count stays 13. **Foundation
was dropped from v5.5.0**: on inspection A/E are additive to scanners that already read the
files and do NOT consume the `active-config-reader` enumeration — that serves B, so it moves to
v5.6. (Release-cut of v5.5.0 is a separate GO step.)
- **v5.6.0 "steering-model II"****Foundation** (active-config-reader enumeration +
`loadPattern`/`survivesCompaction`) + B (load-pattern accounting, manifest format change +
snapshot regen + `--json` back-compat decision) + C (new `CA-OST`, count → 14). Also fix the
frontmatter-parser block-sequence limitation (inline `paths:` only today) as part of Foundation.
- **v5.7.0 (optional)** — D, only if the negative-corpus test shows acceptable precision;
otherwise behind a flag or dropped.