refactor(runtime): own inventory transaction state
Move the retail one-request-at-a-time gate, shared use busy references, external-container state, item mana, shortcuts, and desired-component snapshots into one Runtime-owned graph over J3's exact ClientObjectTable. Retained UI and session routing now borrow that owner; reset and shutdown preserve the existing order while failure/reentrancy tests protect the transaction boundary. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
595d5e6b01
commit
011efbeaa7
18 changed files with 1337 additions and 406 deletions
|
|
@ -281,6 +281,7 @@ public sealed class LiveSessionResetPlanTests
|
|||
InteractionAndSelection = Stage(
|
||||
"interaction and selection",
|
||||
() => selection.Reset()),
|
||||
InventoryTransactions = Stage("inventory transactions"),
|
||||
SelectionPresentation = Stage("selection presentation"),
|
||||
ObjectTable = Stage("object table", objects.Clear),
|
||||
Spellbook = Stage("spellbook", spells.Clear),
|
||||
|
|
@ -364,6 +365,7 @@ public sealed class LiveSessionResetPlanTests
|
|||
"equipped children",
|
||||
"external container",
|
||||
"interaction and selection",
|
||||
"inventory transactions",
|
||||
"selection presentation",
|
||||
"object table",
|
||||
"spellbook",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue