docs(runtime): close the accepted J7 visual gate

This commit is contained in:
Erik 2026-07-27 00:12:26 +02:00
parent 0843a41b85
commit 7818494116
9 changed files with 67 additions and 36 deletions

View file

@ -1,6 +1,6 @@
# acdream — strategic roadmap
**Status:** Living document. Updated 2026-07-26. **M3 landed; M4 is active.** M3's retail casting/UI, R6 locomotion/collision/projectile/teleport/radar rebaseline, deterministic fresh-login/portal world lifecycle, and final two-client portal observer flow are user-gated. All eight slices of the behavior-preserving ownership campaign in [`docs/architecture/code-structure.md`](../architecture/code-structure.md), their automated closeout, and the user's connected visual matrix are complete. Modern Runtime J3 canonical entity/object lifetime and J4 gameplay-state ownership are closed at `89e6b207`; J5.1 canonical selection/combat/target-mode ownership is closed at `b298f99f`, J5.2 interaction transactions at `f5f7b417`, J5.3 combat/magic intent at `20df9d15`, J5.4 local movement/outbound cadence at `aa3f4a60`, J5.5 per-session physics/remote simulation at `7e6033d0`, J5.6 projectile simulation at `2aee3356`, and J5.7 combined simulation closeout at `cdee7a4b`. J6.1 world-environment ownership is closed at `902076c0`; J6.2 canonical reveal generation and typed destination readiness is closed at `a6860d55` plus `acb845d8`; J6.3 exact F751/Position destination correlation is closed at `6a063a27`; J6.4 exact graphical-host acknowledgement and owner cleanup is closed at `18d17d8b`. J7 composition-root convergence is active. Issue #225's lifestone/particle alpha comparison remains a separate rendering visual gate.
**Status:** Living document. Updated 2026-07-27. **M3 landed; M4 is active.** M3's retail casting/UI, R6 locomotion/collision/projectile/teleport/radar rebaseline, deterministic fresh-login/portal world lifecycle, and final two-client portal observer flow are user-gated. All eight slices of the behavior-preserving ownership campaign in [`docs/architecture/code-structure.md`](../architecture/code-structure.md), their automated closeout, and the user's connected visual matrix are complete. Modern Runtime J3 canonical entity/object lifetime and J4 gameplay-state ownership are closed at `89e6b207`; J5.1 canonical selection/combat/target-mode ownership is closed at `b298f99f`, J5.2 interaction transactions at `f5f7b417`, J5.3 combat/magic intent at `20df9d15`, J5.4 local movement/outbound cadence at `aa3f4a60`, J5.5 per-session physics/remote simulation at `7e6033d0`, J5.6 projectile simulation at `2aee3356`, and J5.7 combined simulation closeout at `cdee7a4b`. J6.1 world-environment ownership is closed at `902076c0`; J6.2 canonical reveal generation and typed destination readiness is closed at `a6860d55` plus `acb845d8`; J6.3 exact F751/Position destination correlation is closed at `6a063a27`; J6.4 exact graphical-host acknowledgement and owner cleanup is closed at `18d17d8b`. J7's one graphical `GameRuntime` root is closed at `ce41efb9`, including the user's 2026-07-27 exact post-cutover visual acceptance. J8 no-window integration is active. Issue #225's lifestone/particle alpha comparison remains a separate rendering visual gate.
**Purpose:** One source of truth for where the project is and where it's going. Every observed defect or missing feature has a named phase that owns it; when something looks wrong in-game, look here to find the phase that'll address it. Implementation details live in per-phase specs under `docs/superpowers/specs/`, not in this file.
---
@ -1796,7 +1796,9 @@ port in any phase — no separate listing here.
> obligations and App owns only retryable graphical resource receipts. Its 365
> Runtime tests, 3,716 App tests / 3 skips, 8,642-test / 5-skip complete Release
> suite, and exact-binary lifecycle/reconnect route pass with zero ownership
> debt at every checkpoint. J7 composition-root convergence is active.
> debt at every checkpoint. J7 completed at `ce41efb9`; the user accepted its
> exact post-cutover visual matrix on 2026-07-27. J8 no-window integration and
> Slice-J closeout are active.
> The historical exact cutover
> rollback remains
> `git revert ef1d263337997bb030eadb7b8e71d73dc659907a`. Slice H is complete:

View file

@ -271,8 +271,9 @@ residency is `0/0/0` at every stable checkpoint and teardown converges. Slice I
acknowledgement suffix while App owns only retryable resource receipts.
Its 365 Runtime tests, 3,716 App tests / 3 skips, 8,642 complete Release tests
/ 5 skips, and exact-binary lifecycle/reconnect route pass with every
environment/transit/host ledger at zero. J7 composition-root convergence is
active under
environment/transit/host ledger at zero. J7 composition-root convergence
completed at `ce41efb9`; the user accepted its exact post-cutover visual
matrix on 2026-07-27. J8 is active under
[`2026-07-25-modern-runtime-slice-j.md`](2026-07-25-modern-runtime-slice-j.md).
Slice-I closeout evidence is
[`../research/2026-07-25-slice-i7-closeout.md`](../research/2026-07-25-slice-i7-closeout.md).

View file

@ -23,8 +23,10 @@ physics/remote simulation (`7e6033d0`), projectile simulation (`2aee3356`),
and the combined simulation ledger/Runtime-only closeout moved to Runtime.
J6 completed at `18d17d8b`: Runtime owns world environment, canonical reveal
generation/readiness, exact F751/Position destination correlation, and the
generation/cell-scoped graphical-host acknowledgement suffix. J7
composition-root convergence is active.
generation/cell-scoped graphical-host acknowledgement suffix. J7 completed
at `ce41efb9` with its automated gates and the user's 2026-07-27
physical-display acceptance. J8 no-window integration and Slice-J closeout are
active.
**Scope:** Reconcile and sequence the existing Modern Pipeline (`MP`) and
Linux/headless (`LH`) tracks using the 2026-07-24 connected performance audit.
@ -1301,7 +1303,9 @@ completed at `18d17d8b`: Runtime owns the exact outstanding graphical-host
projection stages and App owns only retryable resource receipts. Its 365
Runtime tests, 3,716 App tests / 3 skips, 8,642-test / 5-skip complete Release
suite, and exact-binary lifecycle/reconnect gate pass with zero ownership debt
at every stable checkpoint. J7 is the current execution point.
at every stable checkpoint. J7 completed at `ce41efb9`, and the user accepted
its exact post-cutover visual matrix on 2026-07-27. J8 is the current execution
point.
Evidence:
[`../research/2026-07-25-slice-g5-production-profile.md`](../research/2026-07-25-slice-g5-production-profile.md)
and

View file

@ -1,6 +1,6 @@
# Modern runtime Slice J — presentation-independent runtime
**Status:** J0J5 COMPLETE; J6 ACTIVE
**Status:** J0J7 COMPLETE; J8 ACTIVE
**Parent:** `2026-07-24-modern-runtime-architecture.md`, Slice J
**Authorization:** the user approved Slices FL, including the otherwise-frozen
Slice J gameplay-owner moves, on 2026-07-24
@ -388,9 +388,9 @@ J7.1 completed at `96ddd165`; J7.2/J7.3 completed at
`ce41efb9e5938f79a7580476b949d172f52a1e69`. Production now owns one
`GameRuntime`, App borrows its children, and shutdown is one ordered root
transaction. All focused, complete Release, exact-binary lifecycle/reconnect,
and canonical nine-stop automated gates pass. The physical-display visual gate
is active; J7 remains open until the user accepts radar, paperdoll,
Use/approach, combat facing, and both recall paths. Detailed evidence:
and canonical nine-stop automated gates pass. The user accepted radar,
paperdoll, near/distant Use, combat facing, and both recall paths on
2026-07-27; J7 is closed. Detailed evidence:
[`2026-07-26-modern-runtime-slice-j7.md`](2026-07-26-modern-runtime-slice-j7.md)
and
[`../research/2026-07-26-slice-j7-game-runtime-root-cutover.md`](../research/2026-07-26-slice-j7-game-runtime-root-cutover.md).
@ -416,7 +416,7 @@ git revert ce41efb9e5938f79a7580476b949d172f52a1e69
**Detailed execution plan:**
[`2026-07-26-modern-runtime-slice-j8.md`](2026-07-26-modern-runtime-slice-j8.md).
Implementation remains behind J7's active physical-display acceptance gate.
Implementation is active after J7's 2026-07-27 physical-display acceptance.
- Build a transport/content test host that constructs Runtime directly.
- Connect, enter world, receive chat/inventory/world updates, move, use,

View file

@ -158,8 +158,8 @@ host-lease debt.
### J7.4 — validation and closeout
**Automated portion complete 2026-07-26; physical-display visual acceptance
is active.**
**Complete 2026-07-27.** The automated gates and the exact post-cutover
physical-display visual matrix pass.
- Focused Runtime and App tests.
- Release solution build.
@ -193,9 +193,11 @@ Automated evidence:
from 2,326.8 to 1,953.2 MiB while peak private bytes remain effectively flat
at 1,732.1 MiB.
- Captured physical-display login, facility-hub, Holtburg-after-dungeon, and
reconnect frames are intact. The live user gate covers radar, paperdoll,
near/distant Use, combat facing, `/ls`, spell recall, portal tunnel, and
portal exit before J7 is declared closed.
reconnect frames are intact. On 2026-07-27 the user accepted the exact
descendant Release build at source `456c7223`: world objects, radar blips and
coordinates, inventory paperdoll, near/distant Use and busy release, bow
combat facing, `/ls`, spell recall, portal tunnel, purple materialization,
and clean exit presentation all pass.
- No AC behavior changed and the divergence audit found no new row to add.
## 5. Adversarial matrix

View file

@ -1,6 +1,6 @@
# Modern runtime Slice J8 — no-window integration and Slice J closeout
**Status:** PLANNED — J7 PHYSICAL-DISPLAY ACCEPTANCE IS THE ENTRY GATE
**Status:** ACTIVE — J7 ENTRY GATE PASSED 2026-07-27
**Parent:** `2026-07-25-modern-runtime-slice-j.md`, J8
**Authorization:** the user approved Slices FL, including the J gameplay-owner
gates, on 2026-07-24
@ -14,9 +14,9 @@ J7.1 created the root at `96ddd165`. J7.2/J7.3 cut the graphical host and
shutdown transaction over to it at
`ce41efb9e5938f79a7580476b949d172f52a1e69`. Focused, complete Release,
connected lifecycle/reconnect, and canonical nine-stop automated gates pass.
J8 may begin production/test implementation only after the user accepts J7's
physical-display radar, paperdoll, Use/approach, combat-facing, and recall
matrix.
The user accepted J7's physical-display radar, paperdoll, Use/approach,
combat-facing, and both-recall matrix on 2026-07-27. J8 implementation may
begin from this accepted checkpoint.
Existing direct tests prove the individual pieces, but not the complete root:

View file

@ -3,8 +3,8 @@
**Production commit:**
`ce41efb9e5938f79a7580476b949d172f52a1e69`
**Status:** automated gates complete; the physical-display visual gate is
active.
**Status:** COMPLETE — automated and physical-display gates passed
2026-07-27.
## Outcome
@ -73,8 +73,8 @@ load misses.
## Visual gate
Captured physical-display login, facility-hub, Holtburg-after-dungeon, and
fresh reconnect frames are intact. Final acceptance remains the user's live
physical-display check of:
fresh reconnect frames are intact. On 2026-07-27 the user accepted the exact
post-cutover descendant Release build at source `456c7223`:
- radar objects and coordinates;
- inventory paperdoll;
@ -82,7 +82,9 @@ physical-display check of:
- combat facing before bow fire;
- `/ls` and spell-recall tunnel, materialization, and exit presentation.
J7 must not be declared closed until this live gate passes.
All checks passed: world objects, radar blips/coordinates, inventory
paperdoll, near/distant Use and busy release, combat facing before bow fire,
and both `/ls` and spell-recall tunnel/materialization/exit presentation.
## Retail and divergence audit