speculativeState

val speculativeState: StateFlow<S>

The current speculative game state, including all locally proposed but not-yet-confirmed actions on top of the last authoritative snapshot.

Updated on every propose (optimistic apply) and on every committed event (confirm or rollback + replay). Suitable for direct observation by a UI layer.