claude-memory/graph/solutions/injury-log-posting-view-auth-fix-dba267.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

745 B

id type title tags importance confidence created updated
dba267e7-1ee3-4645-bdad-96966588c20b solution Injury log posting + view auth fix
major-domo
discord
python
fix
feature
0.7 0.8 2025-12-19T06:08:19.867503+00:00 2025-12-19T06:08:19.867503+00:00

Added injury log posting feature: posts to #sba-network-news and #injury-log channels when injuries are logged via /injury roll. Created utils/injury_log.py with functions to post injury announcements and update injury log embeds (grouped by team and by return week). Also fixed critical bug in views/base.py interaction_check - was using OR logic that rejected command users if not in responders list. Changed to allow if user matches EITHER user_id OR responders.