- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
755 B
755 B
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c115327d-1344-4dbc-b8eb-54f031e196e3 | solution | Team display info persistence and lineup auto-start fix |
|
0.6 | 0.8 | 2026-01-17T14:43:42.497240+00:00 | 2026-01-17T14:43:42.497240+00:00 |
Fixed two issues in strat-gameplay-webapp: 1) Team display info (colors, names, thumbnails) now stored in game_metadata at game creation time and read from gameState instead of useState - this fixes the issue where team IDs from different seasons couldn't be looked up. 2) Fixed lineup auto-start by caching lineups in state_manager after DB write - lineup_service only wrote to DB but get_lineup checked in-memory cache which was empty.