docs(runtime): close inventory state ownership
Record J4.2's single Runtime inventory transaction graph, complete Release evidence, exact-binary lifecycle/reconnect acceptance, rollback, and the J4.3 magic/player-sheet boundary. Synchronize architecture, roadmap, milestones, agent guidance, and durable memory. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
011efbeaa7
commit
d362172620
9 changed files with 168 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Modern runtime Slice J4 — gameplay-state lifetime groups
|
||||
|
||||
**Status:** J4.1 COMPLETE; J4.2 ACTIVE
|
||||
**Status:** J4.1–J4.2 COMPLETE; J4.3 ACTIVE
|
||||
**Parent:** `2026-07-25-modern-runtime-slice-j.md`, J4
|
||||
**Production base:** `77c013998b902724d66e487589a4ea18538e1ea6`
|
||||
**Authorization:** the user approved Slices F–L, including Slice J gameplay
|
||||
|
|
@ -22,8 +22,8 @@ ordering and its existing retail-derived algorithms.
|
|||
| Group | Status | Evidence |
|
||||
|---|---|---|
|
||||
| J4.1 communication/social | complete | `c9d25ade50c0a5c4f7db5b6cca680e01e35cc18e`; 152 Runtime tests, 3,765 App tests / 3 skips, 8,494 complete Release tests / 5 skips, and `logs/connected-world-gate-20260726-075109/report.json` pass |
|
||||
| J4.2 inventory transactions | active | Runtime must borrow J3's exact object table and take ownership of external-container, item-mana, shortcut/component, shared busy, and one-request-at-a-time state |
|
||||
| J4.3 magic/player sheet | pending | starts only after J4.2 exact-binary acceptance |
|
||||
| J4.2 inventory transactions | complete | `011efbeaa72509b35ea7f4a442e50a2377ae1ea4`; 157 Runtime tests, 3,770 App tests / 3 skips, 8,515 complete Release tests / 5 skips, and `logs/connected-world-gate-20260726-082057/report.json` pass |
|
||||
| J4.3 magic/player sheet | active | move the coupled `Spellbook` and `LocalPlayerState` owner graph while retaining immutable DAT catalog installation |
|
||||
| J4.4 character projections | pending | starts only after J4.3 acceptance |
|
||||
| J4.5 combined cleanup | pending | combined failure, no-window, connected, and nine-stop closeout |
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ evidence is recorded in
|
|||
|
||||
### J4.2 — inventory transaction state
|
||||
|
||||
**Active.**
|
||||
**Completed 2026-07-26 at `011efbea`.**
|
||||
|
||||
- Move `ExternalContainerState`, `ItemManaState`, shortcuts, and desired
|
||||
component snapshots into one Runtime owner.
|
||||
|
|
@ -110,6 +110,14 @@ Gate: optimistic move/rollback, external-container open/replace/close,
|
|||
use-completion, mana query, shortcut/component replacement, clear/reconnect,
|
||||
and zero duplicate collection.
|
||||
|
||||
Result: `RuntimeInventoryState` owns external-container, item-mana,
|
||||
shortcut/component, shared-busy, use-reservation, and one-request-at-a-time
|
||||
state while borrowing J3's exact object table. App retains only
|
||||
presentation/input projections. Failure-safe reset and callback delivery
|
||||
prevent a failed observer or dispatch from stranding the canonical busy gate.
|
||||
Exact evidence is recorded in
|
||||
[`../research/2026-07-26-slice-j4-2-inventory-state.md`](../research/2026-07-26-slice-j4-2-inventory-state.md).
|
||||
|
||||
### J4.3 — spell, enchantment, vital, attribute, and skill state
|
||||
|
||||
- Move construction/lifetime of the coupled `Spellbook` and
|
||||
|
|
@ -187,3 +195,9 @@ J4.1 is independently reversible with:
|
|||
```text
|
||||
git revert c9d25ade50c0a5c4f7db5b6cca680e01e35cc18e
|
||||
```
|
||||
|
||||
J4.2 is independently reversible with:
|
||||
|
||||
```text
|
||||
git revert 011efbeaa72509b35ea7f4a442e50a2377ae1ea4
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue