- 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>
19 lines
669 B
Markdown
19 lines
669 B
Markdown
---
|
|
id: 7888f693-4914-437b-97f0-81906fbfe69e
|
|
type: fix
|
|
title: "Fix Player model validation in draft pick test"
|
|
tags: [major-domo, python, test-fix, pydantic]
|
|
importance: 0.4
|
|
confidence: 0.8
|
|
created: "2025-12-10T04:30:50.680312+00:00"
|
|
updated: "2026-02-20T04:33:02.463395+00:00"
|
|
relations:
|
|
- target: c29d2fb4-d2f6-46e9-a95a-8d6ae4110db8
|
|
type: BUILDS_ON
|
|
direction: outgoing
|
|
strength: 0.85
|
|
edge_id: 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.
|