- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
594 B
594 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7773f9ff-565b-4bda-815c-c4cdb18a4f37 | solution | Fix injury commands player search endpoint |
|
0.6 | 0.8 | 2025-12-28T02:15:22.702792+00:00 | 2025-12-28T02:15:22.702792+00:00 |
Changed /injury roll, set-new, and clear to use search_players() instead of get_players_by_name(). The /players?name= API endpoint fails to find some players (e.g., Gunnar Henderson) while /players/search?q= works correctly. Root cause: API endpoint inconsistency where name param doesn't find all players.