claude-memory/graph/solutions/draft-monitor-auto-start-and-on-clock-embed-e4f0be.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

916 B

id type title tags importance confidence created updated relations
e4f0bee9-9dc0-4bff-8d07-ba8aa22ef83d solution Draft monitor auto-start and on-clock embed
major-domo
discord
draft
python
fix
0.7 0.8 2025-12-11T05:04:46.922103+00:00 2026-02-20T04:32:58.534513+00:00
target type direction strength edge_id
f7824582-0d80-401e-bd5b-c23ced0b737a BUILDS_ON incoming 0.85 ff9d7164-7090-44ae-a3d5-7cbdd7bc33ef

Added draft monitor task that auto-starts when timer is enabled via /draft-admin timer or /draft-admin set-pick. Created on-clock announcement embed showing team name, deadline, sWAR, cap space, last 5 picks, and top 5 roster players. Implemented smart polling intervals (30s/15s/5s based on time remaining). Fixed DraftAdminGroup to accept bot parameter for task management. Key files: commands/draft/admin.py, tasks/draft_monitor.py, views/draft_views.py