- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
675 B
675 B
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 65a610d6-5434-43c1-bd3c-6af338259586 | solution | Dynamic salary cap refactor complete |
|
0.7 | 0.8 | 2025-12-09T23:14:23.610725+00:00 | 2025-12-09T23:14:23.610725+00:00 |
Replaced all hardcoded 32.0/32.001 salary cap values in draft.py and transactions.py with dynamic Team.salary_cap field. Created get_team_salary_cap() and exceeds_salary_cap() helper functions in helpers.py that support both dict and Pydantic models. Error messages now show actual team cap. 21 unit tests covering all edge cases. Feature branch: feature/dynamic-salary-cap