claude-memory/graph/workflows/major-domo-draft-module-review-s13-prep-82a138.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

1.1 KiB

id type title tags importance confidence created updated
82a1387d-4c6e-4f7e-83a3-0ea9d6e1fdbf workflow Major Domo Draft Module Review - S13 Prep
major-domo
draft
discord-bot
reference
0.7 0.8 2025-12-09T00:23:23.143913+00:00 2025-12-09T00:23:23.143913+00:00

Reviewed entire draft module for Season 13 live draft readiness:

COMMANDS VERIFIED:

  • /draft, /draft-list*, /draft-status, /draft-on-clock, /draft-board
  • /draft-admin (info, timer, set-pick, channels, reset-deadline)

KEY ARCHITECTURE:

  • Global asyncio.Lock() prevents concurrent picks (30s stale override)
  • Draft monitor task: 15s polling, self-terminates when timer=False
  • Cap validation: 32.00 sWAR limit, top 26 of 32 roster spots count
  • Format: Linear rounds 1-10, snake rounds 11+

CONFIGURATION (config.py):

  • sba_season: 13
  • draft_rounds: 32
  • draft_team_count: 16
  • free_agent_team_id: 547
  • default_pick_minutes: 10

PRE-DRAFT CHECKLIST:

  1. Verify S13 draft picks populated in DB
  2. Configure ping channel via /draft-admin channels
  3. Test /draft-status and FA autocomplete
  4. Test timer with short duration

Version: 2.22.0 - Ready for Friday draft