docs(runtime): close canonical action ownership
Record J5.1's exact Runtime selection, combat, and target-mode owner, its automated and connected acceptance evidence, rollback, and the J5.2 interaction-transaction boundary. Synchronize architecture, roadmap, milestones, issues, and agent handoff state. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
b298f99f91
commit
be73bccf5a
10 changed files with 206 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Modern runtime Slice J5 — movement, physics, interaction, and combat
|
||||
|
||||
**Status:** ACTIVE — J5.1 next
|
||||
**Status:** ACTIVE — J5.1 complete; J5.2 next
|
||||
**Parent:** `2026-07-25-modern-runtime-slice-j.md`, J5
|
||||
**Production base:** `2c67a2c3`
|
||||
**Authorization:** the user approved Slices F–L, including the Slice J
|
||||
|
|
@ -85,7 +85,7 @@ commands to Runtime. The camera may not write the player heading directly.
|
|||
| Sub-slice | Status | Result/evidence |
|
||||
|---|---|---|
|
||||
| J5.0 owner/retail inventory | complete | `docs/research/2026-07-26-slice-j5-owner-and-retail-order-inventory.md` |
|
||||
| J5.1 canonical action state | next | selection, combat state, target-mode owner |
|
||||
| J5.1 canonical action state | complete | `b298f99f913249d299796e6a71f7a9b6b283ac1a`; one Runtime selection/combat/target-mode owner; 182 Runtime tests, 3,779 App tests / 3 skips, 8,550 complete Release tests / 5 skips, exact-binary connected lifecycle/reconnect pass |
|
||||
| J5.2 interaction transactions | pending | use/appraisal/pickup/approach state and transport ordering |
|
||||
| J5.3 combat and magic intent | pending | attack/mode/target/cast owners and typed input |
|
||||
| J5.4 local movement and outbound cadence | pending | controller, body, movement managers, MTS/AP/jump cadence |
|
||||
|
|
@ -128,6 +128,20 @@ Gate:
|
|||
- focused Runtime/App tests, Release build, full Release suite, connected
|
||||
lifecycle/reconnect route.
|
||||
|
||||
Completed 2026-07-26 at
|
||||
`b298f99f913249d299796e6a71f7a9b6b283ac1a`. `RuntimeActionState` now
|
||||
constructs the exact selection, combat, and temporary interaction-mode
|
||||
children. Program, plugins, retained UI, session routing, typed commands/views,
|
||||
and terminal shutdown borrow those exact instances. The App-owned
|
||||
`InteractionState` and `ItemInteractionController` fallback are deleted.
|
||||
Failure-safe reset/disposal, two-instance isolation, normalized checkpoints,
|
||||
dependency closure, and production source guards pass. The exact-binary
|
||||
connected report is
|
||||
`logs/connected-world-gate-20260726-104445/report.json`: 7/7 ready
|
||||
checkpoints, two graceful code-zero exits, zero failures, and only the 25
|
||||
expected world-edge landblock misses. Evidence:
|
||||
[`../research/2026-07-26-slice-j5-1-canonical-action-state.md`](../research/2026-07-26-slice-j5-1-canonical-action-state.md).
|
||||
|
||||
## J5.2 — interaction transactions
|
||||
|
||||
Split App orchestration into:
|
||||
|
|
@ -349,6 +363,7 @@ by a documentation/evidence checkpoint where needed.
|
|||
Planned production commit sequence:
|
||||
|
||||
1. `refactor(runtime): own canonical action state`
|
||||
(`b298f99f913249d299796e6a71f7a9b6b283ac1a`)
|
||||
2. `refactor(runtime): own interaction transactions`
|
||||
3. `refactor(runtime): own combat and magic intent`
|
||||
4. `refactor(runtime): own local movement and outbound cadence`
|
||||
|
|
@ -360,6 +375,12 @@ Record each full SHA and exact `git revert <sha>` command in this file before
|
|||
running its connected gate. Revert J5 groups in reverse order. Do not revert
|
||||
J4 or the flat-collision Slice I cutover to mask a J5 ownership failure.
|
||||
|
||||
J5.1 rollback:
|
||||
|
||||
```text
|
||||
git revert b298f99f913249d299796e6a71f7a9b6b283ac1a
|
||||
```
|
||||
|
||||
## Acceptance
|
||||
|
||||
J5 is complete only when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue