claude-memory/graph/solutions/fix-injury-commands-player-search-endpoint-7773f9.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

594 B

id type title tags importance confidence created updated
7773f9ff-565b-4bda-815c-c4cdb18a4f37 solution Fix injury commands player search endpoint
major-domo
python
fix
discord-bot
api
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.