claude-memory/graph/solutions/dynamic-salary-cap-refactor-complete-65a610.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

675 B

id type title tags importance confidence created updated
65a610d6-5434-43c1-bd3c-6af338259586 solution Dynamic salary cap refactor complete
major-domo
python
refactor
salary-cap
transactions
draft
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