claude-memory/graph/solutions/swar-precision-fix-and-draft-team-role-pings-f51cae.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

719 B

id type title tags importance confidence created updated
f51cae70-766f-4c52-9c12-0a61c474de35 solution sWAR precision fix and draft team role pings
major-domo
discord-app-v2
swar
draft
commit
0.6 0.8 2025-12-13T00:41:54.744866+00:00 2025-12-13T00:41:54.744866+00:00

Commit e3122fa: Fixed two issues in Major Domo discord-app-v2: (1) sWAR values now display with 2 decimal places instead of 1 (e.g., 1.97 instead of 2.0) across 9 files including player cards, embeds, transactions, and roster displays. (2) Draft on-clock announcements now ping the team Discord role using team.lname instead of pinging the GM directly via gmid. Uses discord.utils.get(guild.roles, name=team.lname) pattern.