claude-memory/graph/solutions/salary-cap-helper-functions-added-e5bc69.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

624 B

id type title tags importance confidence created updated
e5bc69ae-6d11-4ed7-ab72-5cefac4b7962 solution Salary cap helper functions added
major-domo
python
refactor
salary-cap
helpers
0.6 0.8 2025-12-09T23:09:30.752948+00:00 2025-12-09T23:09:30.752948+00:00

Added get_team_salary_cap() and exceeds_salary_cap() helper functions to helpers.py with DEFAULT_SALARY_CAP=32.0 and SALARY_CAP_TOLERANCE=0.001 constants. These centralize salary cap logic previously hardcoded as 32.0/32.001 across draft.py and transactions.py. Includes 17 unit tests. Part of feature/dynamic-salary-cap branch refactor.