- 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>
19 lines
916 B
Markdown
19 lines
916 B
Markdown
---
|
|
id: e4f0bee9-9dc0-4bff-8d07-ba8aa22ef83d
|
|
type: solution
|
|
title: "Draft monitor auto-start and on-clock embed"
|
|
tags: [major-domo, discord, draft, python, fix]
|
|
importance: 0.7
|
|
confidence: 0.8
|
|
created: "2025-12-11T05:04:46.922103+00:00"
|
|
updated: "2026-02-20T04:32:58.534513+00:00"
|
|
relations:
|
|
- target: f7824582-0d80-401e-bd5b-c23ced0b737a
|
|
type: BUILDS_ON
|
|
direction: incoming
|
|
strength: 0.85
|
|
edge_id: 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
|