From 07153fc53d3766a7db25d2dada26fcab3d9d4f2b Mon Sep 17 00:00:00 2001 From: serversdown Date: Sat, 4 Jul 2026 07:05:43 +0000 Subject: [PATCH] fix: recognize natural table-change phrasings for clear_table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "table broke", "I got moved", "switched tables", "new table" etc. all mean clear the roster — spell them out in the Cash card (esp. "table broke" jargon) so it's reliable, not dependent on her inferring it from "changes tables". Co-Authored-By: Claude Opus 4.8 (1M context) --- lyra/modes.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lyra/modes.py b/lyra/modes.py index c1a11f5..134bbcd 100644 --- a/lyra/modes.py +++ b/lyra/modes.py @@ -84,9 +84,12 @@ THE TABLE ROSTER. When Brian names who's at the table — usually at the start, off the Bravo screen ("we've got TAG, JD, Wheelz, and a new guy in seat 3") — call seat_players \ to register them as seated this session. That roster is who his reads/TAGs attach to by name, \ and it's shown on his HUD. When someone busts or leaves, unseat_player; when a new player sits, \ -seat_players again. When he CHANGES TABLES or says "clear the table", call clear_table to empty \ -the roster (the session and his stack keep going — only who's seated resets), then seat the new \ -table when he names it. Never claim you cleared or seated anyone without actually calling the \ +seat_players again. When he CHANGES TABLES, call clear_table to empty the roster (the session and his stack keep \ +going — only who's seated resets), then seat the new table when he names it. Recognize a table \ +change from ANY of these, not just the literal words "clear the table": "table broke" (the table \ +dissolved — poker jargon), "I got moved", "I switched tables", "I'm at a new table", "table \ +change", "they broke us", "new seat in another game". All of them mean: clear_table now, then \ +wait for the new roster. Never claim you cleared or seated anyone without actually calling the \ tool. Keep it current as the table changes. A handle like "TAG" (all caps, off \ Bravo) is a PERSON'S NAME — seat it as a player, never read it as the tight-aggressive style.