docs(runtime): record teleport correlation gate
This commit is contained in:
parent
6a063a27d4
commit
73d0b54e38
10 changed files with 188 additions and 25 deletions
|
|
@ -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 teleport packet/destination correlation is active. Issue #225's lifestone/particle alpha comparison remains a separate rendering visual gate.
|
||||
**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 graphical-host acknowledgement and owner cleanup 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.
|
||||
|
||||
---
|
||||
|
|
@ -1786,8 +1786,13 @@ port in any phase — no separate listing here.
|
|||
> simulation-availability, viewport, completion, cancellation, and wait-cue
|
||||
> state. Its 349 Runtime tests, 3,716 App tests / 3 skips, 8,626-test / 5-skip
|
||||
> complete Release suite, and exact-binary lifecycle/reconnect route pass with
|
||||
> zero reveal invariants. J6.3 teleport packet/destination correlation is
|
||||
> active.
|
||||
> zero reveal invariants. J6.3 completed at `6a063a27`: Runtime owns wrap-safe
|
||||
> F751 history, both accepted F751/Position packet orders, the exact
|
||||
> destination, and generation/sequence/cell placement and materialization
|
||||
> validation; the App transit coordinator and destination mirror are deleted.
|
||||
> Its 360 Runtime tests, 3,710 App tests / 3 skips, 8,631-test / 5-skip complete
|
||||
> Release suite, and exact-binary lifecycle/reconnect route pass. J6.4
|
||||
> graphical-host acknowledgement and owner cleanup is active.
|
||||
> The historical exact cutover
|
||||
> rollback remains
|
||||
> `git revert ef1d263337997bb030eadb7b8e71d73dc659907a`. Slice H is complete:
|
||||
|
|
|
|||
|
|
@ -261,7 +261,13 @@ residency is `0/0/0` at every stable checkpoint and teardown converges. Slice I
|
|||
viewport, completion, cancellation, and wait-cue state; App's lifecycle
|
||||
mirror is deleted. Its 349 Runtime tests, 3,716 App tests / 3 skips, 8,626
|
||||
complete Release tests / 5 skips, and exact-binary lifecycle/reconnect route
|
||||
pass with zero reveal invariants. J6.3 transit correlation is active under
|
||||
pass with zero reveal invariants. J6.3 completed at `6a063a27`: Runtime owns
|
||||
wrap-safe F751 history, both accepted F751/Position orders, the exact
|
||||
destination, and generation/sequence/cell placement and materialization
|
||||
validation; App's transit coordinator and destination mirror are deleted.
|
||||
Its 360 Runtime tests, 3,710 App tests / 3 skips, 8,631 complete Release tests
|
||||
/ 5 skips, and exact-binary lifecycle/reconnect route pass. J6.4 graphical-
|
||||
host acknowledgement and owner cleanup 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).
|
||||
|
|
@ -295,6 +301,8 @@ Slice-J5.5 closeout evidence is
|
|||
[`../research/2026-07-26-slice-j5-5-physics-remote-ownership.md`](../research/2026-07-26-slice-j5-5-physics-remote-ownership.md).
|
||||
Slice-J5.6 closeout evidence is
|
||||
[`../research/2026-07-26-slice-j5-6-projectile-ownership.md`](../research/2026-07-26-slice-j5-6-projectile-ownership.md).
|
||||
Slice-J6.3 closeout evidence is
|
||||
[`../research/2026-07-26-slice-j6-3-teleport-correlation.md`](../research/2026-07-26-slice-j6-3-teleport-correlation.md).
|
||||
The historical exact G4 visual rollback remains
|
||||
`git revert ef1d263337997bb030eadb7b8e71d73dc659907a`.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@ and combat ownership closed at `cdee7a4b` after canonical action state
|
|||
(`20df9d15`), local movement/outbound cadence (`aa3f4a60`), and per-session
|
||||
physics/remote simulation (`7e6033d0`), projectile simulation (`2aee3356`),
|
||||
and the combined simulation ledger/Runtime-only closeout moved to Runtime.
|
||||
J6 world/portal/environment and projection-handshake ownership is active.
|
||||
J6.1–J6.3 moved world environment, canonical reveal generation/readiness, and
|
||||
exact F751/Position destination correlation into Runtime. J6.4 graphical-host
|
||||
acknowledgement and owner cleanup is active.
|
||||
|
||||
**Scope:** Reconcile and sequence the existing Modern Pipeline (`MP`) and
|
||||
Linux/headless (`LH`) tracks using the 2026-07-24 connected performance audit.
|
||||
|
|
@ -1281,8 +1283,13 @@ exact-binary lifecycle/reconnect gate, and canonical nine-stop route pass.
|
|||
J5 movement/physics/interaction/combat ownership is complete at `cdee7a4b`.
|
||||
The Runtime-only simulation fixture, combined terminal ledger, 8,596-test /
|
||||
5-skip Release suite, exact-binary lifecycle/reconnect gate, and canonical
|
||||
nine-stop route pass. J6 world/portal/environment and projection-handshake
|
||||
ownership is the current execution point.
|
||||
nine-stop route pass. J6.1–J6.3 are complete at `6a063a27`: Runtime owns world
|
||||
environment, the reveal generation/readiness lifetime, wrap-safe
|
||||
F751/Position correlation, and the exact generation/sequence/cell placement
|
||||
handshake. Its 360 Runtime tests, 3,710 App tests / 3 skips, 8,631-test /
|
||||
5-skip Release suite, and exact-binary lifecycle/reconnect gate pass. J6.4
|
||||
graphical-host acknowledgement and owner cleanup 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
|
||||
|
|
@ -1304,6 +1311,8 @@ and
|
|||
and
|
||||
[`../research/2026-07-26-slice-j5-6-projectile-ownership.md`](../research/2026-07-26-slice-j5-6-projectile-ownership.md)
|
||||
and
|
||||
[`../research/2026-07-26-slice-j6-3-teleport-correlation.md`](../research/2026-07-26-slice-j6-3-teleport-correlation.md)
|
||||
and
|
||||
[`../research/2026-07-26-slice-j5-7-simulation-ownership-closeout.md`](../research/2026-07-26-slice-j5-7-simulation-ownership-closeout.md)
|
||||
and
|
||||
[`2026-07-25-modern-runtime-slice-j.md`](2026-07-25-modern-runtime-slice-j.md).
|
||||
|
|
|
|||
|
|
@ -354,13 +354,18 @@ graphical feel gates remain unchanged.
|
|||
|
||||
### J6 — world, portal, environment, and projection handshake
|
||||
|
||||
**J6.0–J6.2 complete; J6.3 active 2026-07-26.** The instance-scoped Runtime
|
||||
**J6.0–J6.3 complete; J6.4 active 2026-07-26.** The instance-scoped Runtime
|
||||
environment owner landed at `902076c0`. The canonical reveal generation and
|
||||
typed readiness owner landed at `a6860d55` plus `acb845d8`; App's duplicate
|
||||
lifecycle owner is deleted and the exact connected lifecycle/reconnect gate
|
||||
passes with zero reveal invariants. Detailed owner inventory, retail ordering,
|
||||
host-acknowledgement contract, execution ledger, adversarial matrix, and
|
||||
current evidence:
|
||||
passes with zero reveal invariants. Canonical F751/Position correlation and
|
||||
exact generation/sequence/cell placement handshake landed at `6a063a27`; the
|
||||
App transit coordinator and accepted-destination mirror are deleted. Its
|
||||
360 Runtime tests, 3,710 App tests / 3 skips, 8,631-test / 5-skip complete
|
||||
Release suite, and exact-binary lifecycle/reconnect route pass. Evidence:
|
||||
[`../research/2026-07-26-slice-j6-3-teleport-correlation.md`](../research/2026-07-26-slice-j6-3-teleport-correlation.md).
|
||||
Detailed owner inventory, retail ordering, host-acknowledgement contract,
|
||||
execution ledger, adversarial matrix, and current plan:
|
||||
[`2026-07-26-modern-runtime-slice-j6.md`](2026-07-26-modern-runtime-slice-j6.md).
|
||||
|
||||
- Move authoritative teleport/session cell identity, world clock, weather
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Modern runtime Slice J6 — world, transit, and host handshake
|
||||
|
||||
**Status:** J6.0–J6.2 COMPLETE; J6.3 ACTIVE
|
||||
**Status:** J6.0–J6.3 COMPLETE; J6.4 ACTIVE
|
||||
**Parent:** `2026-07-25-modern-runtime-slice-j.md`, J6
|
||||
**Authorization:** the user approved Slices F–L, including gameplay-owner
|
||||
moves, on 2026-07-24
|
||||
|
|
@ -258,6 +258,8 @@ world-edge warning. Evidence:
|
|||
|
||||
### J6.3 — canonical F751/Position transit and placement handshake
|
||||
|
||||
**Complete 2026-07-26 at `6a063a27`.**
|
||||
|
||||
- Move `TeleportTransitCoordinator` state into the Runtime transit owner.
|
||||
- Convert accepted network destination data once into
|
||||
`RuntimeTeleportDestination`.
|
||||
|
|
@ -273,6 +275,21 @@ Gate: Position-before-F751, F751-before-Position, duplicate/stale/wrapped
|
|||
sequence, superseding teleport, same-landblock, cross-landblock, dungeon,
|
||||
mid-portal reset, and reconnect traces match.
|
||||
|
||||
`RuntimeWorldTransitState` now owns wrap-safe F751 history, pending/active
|
||||
teleport sequence, both accepted packet orders, the exact destination, and
|
||||
generation/sequence/cell placement and materialization validation. The former
|
||||
App transit coordinator and accepted-destination mirror are deleted; App
|
||||
retains only graphical portal and placement work.
|
||||
|
||||
Runtime tests pass 360/360, the focused App transit/reveal suite passes 34/34,
|
||||
App tests pass 3,710/3 skips, and the complete Release suite passes 8,631/5
|
||||
skips. Exact-binary report
|
||||
`logs/connected-world-gate-20260726-175333/report.json` records six capped
|
||||
checkpoints and one uncapped fresh-process reconnect, graceful code-zero exits,
|
||||
zero failures, zero reveal invariant failures, and only the expected world-edge
|
||||
warning. Evidence:
|
||||
[`../research/2026-07-26-slice-j6-3-teleport-correlation.md`](../research/2026-07-26-slice-j6-3-teleport-correlation.md).
|
||||
|
||||
### J6.4 — projection acknowledgement and owner cleanup
|
||||
|
||||
- Make App presentation registration/withdrawal use typed generation-scoped
|
||||
|
|
@ -352,6 +369,12 @@ git revert acb845d812574206da1693fb379fec8a6f175fcb
|
|||
git revert a6860d5563ae845a2cbb916abacf2b4aee515cdb
|
||||
```
|
||||
|
||||
J6.3 exact rollback:
|
||||
|
||||
```text
|
||||
git revert 6a063a27d4c805cd166d5a487afc290c34c400fd
|
||||
```
|
||||
|
||||
Documentation-only research/plan commits are not behavior rollback points.
|
||||
No workaround, timer, forced-ready path, duplicated owner, or alternate
|
||||
headless behavior is permitted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue