Show live table action status

This commit is contained in:
Jay
2026-07-26 14:39:51 -04:00
parent 6e0766534a
commit 14c35f18a3
4 changed files with 246 additions and 1 deletions
+4
View File
@@ -108,6 +108,10 @@ export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"
- Anything consuming `DecisionContext.history` across hands must key off
`handNumber`. History is cleared each hand, so a size comparison silently drops
events.
- `TableSnapshot.lastAction` intentionally survives board-transition frames.
Live status copy may carry it into the next decision only when the event's
`street` matches the snapshot, or the first flop actor resurrects a pre-flop
action.
- Android is playable in Compose. Engine snapshots are paced through a
rendezvous channel, human decisions are matched by engine-owned tokens, and a
completed hand stays on screen until the player explicitly starts the next one.