claude-memory/graph/solutions/fix-auto-draft-nested-api-parsing-7c1465.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

627 B

id type title tags importance confidence created updated
7c146559-79b7-4254-84cf-89aa1bc6750a solution Fix auto-draft nested API parsing
major-domo
python
fix
draft
pydantic
0.7 0.8 2025-12-11T18:53:18.129453+00:00 2025-12-11T18:53:18.129453+00:00

DraftList.from_api_data() now properly calls Player.from_api_data() for nested player objects, ensuring player.team_id is extracted from the nested team object. Also fixed validate_cap_space() unpacking to accept all 3 return values. Bug: Auto-draft was marking all players as not available because player.team_id was None (None != 547 always True).