You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(engine-plan): step 7 is a measured backlog; sequence the JSON workstream (#7479)
* docs(engine-plan): step 7 is a measured backlog; sequence the JSON workstream
The step cited two traps that are both resolved (#7395 closed, #7396
closed as fixed-by-#7421). Replace it with the measured backlog from the
2026-08-06 public-baseline sweep, worst-first, with the JSON workstream
sequenced behind its correctness gate: #7477 (DirectParser float
divergence -- node agrees with the tape) before #7478
(reparse-on-materialize). Records the win to protect (roundtrip 194 ms
vs bun 221) and the measured dead ends so they are not re-walked.
Explicitly parallel with the GC-correctness layers: no dependency in
either direction, and agent-delegable because every claim checks against
the node oracle.
* docs: changelog fragment for 7479
---------
Co-authored-by: Ralph Küpper <ralph@skelpo.com>
-**`docs/engine-plan.md` step 7 replaced with the measured performance backlog** from the 2026-08-06 public-baseline sweep (its previous contents — #7395/#7396 — are both resolved). The JSON workstream is sequenced with #7477 (DirectParser float divergence, a correctness gate) before #7478 (tape reparse-on-materialize), with the roundtrip win and the measured dead ends recorded. (#7479)
0 commit comments