- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
745 B
745 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dba267e7-1ee3-4645-bdad-96966588c20b | solution | Injury log posting + view auth fix |
|
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.