Major Domo v2 - Discord bot for Strat-o-Matic Baseball Association
Update documentation across services, tasks, and commands: Services Documentation (services/CLAUDE.md): - Added Draft System Services section with all three services - Documented why NO CACHING is used for draft services - Explained architecture integration (global lock, background monitor) - Documented hybrid linear+snake draft format Tasks Documentation (tasks/CLAUDE.md): - Added Draft Monitor task documentation - Detailed self-terminating behavior and resource efficiency - Explained global lock integration with commands - Documented auto-draft process and channel requirements Commands Documentation (commands/draft/CLAUDE.md): - Complete reference for /draft command - Global pick lock implementation details - Pick validation flow (7-step process) - FA player autocomplete pattern - Cap space validation algorithm - Race condition prevention strategy - Troubleshooting guide and common issues - Integration with background task - Future commands roadmap All documentation follows established patterns from existing CLAUDE.md files with comprehensive examples and code snippets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .gitlab | ||
| .vscode | ||
| api | ||
| commands | ||
| models | ||
| services | ||
| tasks | ||
| tests | ||
| utils | ||
| views | ||
| .dockerignore | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mcp.json | ||
| bot.py | ||
| BUILD_AND_PUSH.md | ||
| build-and-push.sh | ||
| CLAUDE.md | ||
| COMMAND_LIST.md | ||
| config.py | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| DOCKER.md | ||
| Dockerfile | ||
| Dockerfile.versioned | ||
| exceptions.py | ||
| PRE_LAUNCH_ROADMAP.md | ||
| pyrightconfig.json | ||
| requirements.txt | ||
| test_real_data.py | ||