From b06c39c07742fdd2bf864ceb95947da0df80fc6b Mon Sep 17 00:00:00 2001 From: Fr0zka Date: Mon, 17 Aug 2026 01:04:46 +0200 Subject: [PATCH] docs: suite green after the verbosity fix; FIELD digest proves nothing moved 14/14 pass with no StrateManager warnings. Every reported number is identical to the pre-change run, including the CrossPlatform FIELD digest (0xF62F3D355B1C0BDB) -- a bit-for-bit hash over 115,000 samples of the whole field. That digest is the strongest evidence available: the six-box LRU, the DensityCacheOwnerId key, the bail re-attribution and the scope fix did not move a single voxel between them. Four changes to caching, keying and diagnostics, and the world is byte-for-byte identical -- exactly the contract each claimed, now tested rather than asserted. Still unmeasured: the performance benefit of those caching changes. "Quite a fraction of what it used to be" is a real observation, not a same-seed/ same-route number. Still open: read `Operator-stack opt-in` in the GAME log. That line is the ground truth for T1.d and supersedes both the bail-counter inference and the recorded belief that the assets have the switch on. Co-Authored-By: Claude Opus 5 --- OPSTACK-PROGRESS.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/OPSTACK-PROGRESS.md b/OPSTACK-PROGRESS.md index 4941021..0690446 100644 --- a/OPSTACK-PROGRESS.md +++ b/OPSTACK-PROGRESS.md @@ -4276,3 +4276,36 @@ not, and it costs nothing to read. ⇒ **Next action for Jahni: open the game (not the tests) and search the log for `Operator-stack opt-in`.** Whatever it says is the ground truth, and it supersedes both my earlier inference from `Cave Bail Not Op Stack` and the recorded belief about the assets. + +## 2026-08-16 (q) — suite green again, and the FIELD digest proves nothing moved + +14/14 pass, no `StrateManager` warnings in the output — the verbosity fix worked and the diagnostic +no longer fails the suite it was meant to inform. + +### The result that matters: every number is IDENTICAL to the pre-change run + +``` +SHAPE digest 0xAC0294F1C6DD354C FIELD digest 0xF62F3D355B1C0BDB (both unchanged) +ClassifyTile Mixed 472 / AllSolid 70 / AllAir 58 (unchanged) +OpStack ClassifyTile Mixed 541 / AllSolid 46 / AllAir 13 (unchanged) +Shafts 30/60 · Maze 27/60 · Slab 45,43,32/60 · Islands 9 AllAir (unchanged) +Tunnel [production] 11 proved / 14641 voxels / 0 violations (unchanged) +all eight equivalences bit-identical · 0 violations everywhere +``` + +**The `FIELD` digest is the strongest evidence available here** — a bit-for-bit hash over 115,000 +samples of the whole field. It is unchanged, so the six-box LRU, the `DensityCacheOwnerId` key, the +bail re-attribution and the scope fix **did not move a single voxel between them.** Four changes to +caching, keying and diagnostics, and the world is byte-for-byte the same. That is precisely the +contract each of them claimed, now tested rather than asserted. + +⇒ Caching changes are validated. **Their PERFORMANCE benefit is still unmeasured** — Jahni's +"quite a fraction of what it used to be" on the column memo is a real observation but not a +same-seed/same-route number. + +### The one thing still open, and it costs a log search + +**`Operator-stack opt-in` in the GAME's log.** The fixture reports 7/7 cave slots disabled, which is +expected there. Whether the *real* world says the same is the ground truth for T1.d, and it +supersedes both my inference from `Cave Bail Not Op Stack` and the belief recorded in (h). Nothing +else should be built or reasoned about T1.d until that line is read.