claude-memory/graph/fixes/fix-player-model-validation-in-draft-pick-test-7888f6.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

669 B

id type title tags importance confidence created updated relations
7888f693-4914-437b-97f0-81906fbfe69e fix Fix Player model validation in draft pick test
major-domo
python
test-fix
pydantic
0.4 0.8 2025-12-10T04:30:50.680312+00:00 2026-02-20T04:33:02.463395+00:00
target type direction strength edge_id
c29d2fb4-d2f6-46e9-a95a-8d6ae4110db8 BUILDS_ON outgoing 0.85 5dc33849-ea41-468e-99a8-4610f2da2c2e

Added required fields (wara, image, season, pos_1) to Player instantiation in test_patch_draftpick_success test. The Player Pydantic model requires these fields but the test was only providing id, name, and team.