claude-memory/graph/fixes/draft-monitor-missing-guild-variable-f78245.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

789 B

id type title tags importance confidence created updated relations
f7824582-0d80-401e-bd5b-c23ced0b737a fix Draft monitor missing guild variable
major-domo
python
fix
discord
draft
0.6 0.8 2025-12-13T00:46:25.432142+00:00 2026-02-20T04:32:58.534513+00:00
target type direction strength edge_id
e4f0bee9-9dc0-4bff-8d07-ba8aa22ef83d BUILDS_ON outgoing 0.85 ff9d7164-7090-44ae-a3d5-7cbdd7bc33ef

Bug: The _post_on_clock_announcement method in tasks/draft_monitor.py referenced 'guild' variable without defining it, causing role pings to silently fail after auto-draft picks. Fix: Added guild lookup from bot.get_guild(config.guild_id) at the start of the method. This was causing the draft results ping to not post the team role mention.