- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
505 B
505 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 9e67e15c-6925-471a-8ba6-c796b78bfb5a | solution | Added salary_cap field to Team model |
|
0.4 | 0.8 | 2025-12-09T22:53:32.649821+00:00 | 2025-12-09T22:53:32.649821+00:00 |
Added salary_cap: Optional[float] = None to Team Pydantic model in discord-app/api_calls/team.py to sync with database schema change. Field is nullable, not currently used but available for future salary cap tracking features.