feat(runtime): expose dormant placement receipts

This commit is contained in:
Erik 2026-07-31 23:11:44 +02:00
parent 4c02ac4259
commit 270f5154b9
9 changed files with 223 additions and 4 deletions

View file

@ -244,6 +244,9 @@ src/
RuntimeSetPositionState.cs -> exact placement/lost-cell operations,
authored mover retention, ordered host
receipts, and collision-generation wake
RuntimePlacementProjectionChannel.cs -> generation-gated public host
observation/retry/exact-ack seam over the
one Runtime SetPosition receipt owner
RuntimeRemotePhysicsUpdater.cs -> presentation-free remote simulation
RuntimeOrdinaryPhysicsUpdater.cs -> presentation-free object simulation
RuntimeProjectile.cs -> canonical projectile component/prediction owner
@ -332,6 +335,11 @@ src/
AppPluginHost.cs -> done
```
The 4B2 production SetPosition routes and shared local-controller body remain
dormant until exact authored mover preparation, collision-report return,
presentation-only rebucketing, placement-prefix quiescence, and an atomic
Runtime body/controller publication transaction land as one reviewed cutover.
---
## Movement And Collision Architecture