claude-memory/graph/fixes/swar-formatting-changed-from-1-to-2-decimal-places-ed668f.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

716 B

id type title tags importance confidence created updated
ed668fcc-2403-4c9c-9606-db173a2a699b fix sWAR formatting changed from 1 to 2 decimal places
major-domo
discord-app-v2
swar
formatting
fix
0.5 0.8 2025-12-13T00:26:16.360629+00:00 2025-12-13T00:26:16.360629+00:00

Player sWAR values were displaying with 1 decimal place (e.g., 2.0) but needed 2 decimal places (e.g., 1.97) for proper precision. Changed all .1f formatting to .2f across 9 files: views/players.py, views/embeds.py, views/common.py, commands/examples/enhanced_player.py, commands/teams/info.py, services/roster_service.py, commands/transactions/management.py, utils/transaction_logging.py, tasks/transaction_freeze.py