docs(runtime): close J2 session lifetime gate

Record the canonical Runtime session/transport cutover, exact rollback, full Release evidence, and exact-binary lifecycle acceptance. Advance the active execution pointer and durable memory to J3 identity and object ownership.

Validated by the existing 79 Runtime tests, 3,776 App tests with three skips, 8,428 complete Release tests with five skips, and logs/connected-world-gate-20260725-193936/report.json.

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Erik 2026-07-25 19:46:47 +02:00
parent 7593078774
commit 9496c01be1
10 changed files with 161 additions and 24 deletions

View file

@ -207,7 +207,9 @@ src/
RuntimeAssemblyMarker.cs -> J0 dependency boundary
GameRuntime*.cs -> J1 borrowed views, synchronous commands,
ordered deltas, clock, generation + teardown
-> J2 session lifetime and ordered transport extraction active
Session/ -> J2 canonical session lifetime, ordered
inbound routing + retryable teardown
-> J3 identity, properties, and object-table extraction active
-> may reference Core, Core.Net, Content, and Plugin.Abstractions only
-> must never reference App, UI, Silk.NET, OpenAL, Arch, or ImGui