claude-memory/graph/solutions/salary-cap-helper-functions-added-e5bc69.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 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>
2026-02-19 23:34:07 -06:00

796 B

id type title tags importance confidence created updated relations
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 2026-02-20T04:32:54.918830+00:00
target type direction strength edge_id
ed9e1e96-f7ef-4594-b88f-65cb2decee87 BUILDS_ON incoming 0.9 816ef292-f193-4e26-a58e-042d993efc92

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.