ai-assistant-discord-bot/docs
Claude Discord Bot 48c93adade Add /add-project command for dynamic project setup
New Features:
- /add-project slash command for adding projects without restart
- Clones git repository with shallow clone (--depth 1)
- Updates config.yaml atomically with rollback on failure
- Live config reload (no bot restart needed)
- Administrator permission required
- Comprehensive validation and error handling

Implementation:
- config.py: add_project() and save() methods
- commands.py: add_project command (193 lines)
- 12 new tests covering all scenarios
- Full documentation in COMMANDS_USAGE.md

Test Results: 30/30 passing (100%)

Usage:
  /add-project
    project_name: my-project
    git_url: https://git.manticorum.com/cal/my-project.git
    model: sonnet

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 19:47:47 +00:00
..
BOT_USAGE.md Week 2 complete: Discord bot MVP with full integration 2026-02-13 18:42:50 +00:00
COMMANDS_USAGE.md Add /add-project command for dynamic project setup 2026-02-13 19:47:47 +00:00
CONCURRENCY_STATUS.md Week 2 complete: Discord bot MVP with full integration 2026-02-13 18:42:50 +00:00
HIGH-002_IMPLEMENTATION.md Week 2 complete: Discord bot MVP with full integration 2026-02-13 18:42:50 +00:00
LOGGING.md Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
MED-001_TYPING_INDICATOR.md Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00