claude-memory/graph/fixes/standardized-swar-display-to-2-decimals-4e7066.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

537 B

id type title tags importance confidence created updated
4e7066fc-b0db-4479-97f3-376bb9c8cba5 fix Standardized sWAR display to 2 decimals
major-domo
python
formatting
swar
fix
0.5 0.8 2025-12-10T02:16:52.867543+00:00 2025-12-10T02:16:52.867543+00:00

Fixed 10 locations across transactions.py, draft.py, and players.py where sWAR/WAR values were displayed without consistent formatting. All user-facing WAR displays now use :.2f format. Roster displays use >5.2f for right-aligned formatting with 2 decimals.