ai-assistant-discord-bot/claude_coordinator
Claude Discord Bot abbd07e13f fix: Add missing logger import to config.py
The save() and add_project() methods were calling logger.info() without
importing the logging module. This caused NameError when /add-project
command tried to save configuration.

Added:
- import logging
- logger = logging.getLogger(__name__)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 21:05:24 +00:00
..
__init__.py Initial commit: Core infrastructure (CRIT-001 through CRIT-005) 2026-02-13 17:55:03 +00:00
bot.py Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
bot.py.backup Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
claude_runner.py Initial commit: Core infrastructure (CRIT-001 through CRIT-005) 2026-02-13 17:55:03 +00:00
commands.py fix: Store model aliases instead of hardcoded model IDs 2026-02-13 15:04:20 -06:00
commands.py.backup Add /add-project command for dynamic project setup 2026-02-13 19:47:47 +00:00
config.py fix: Add missing logger import to config.py 2026-02-13 21:05:24 +00:00
config.py.backup Add /add-project command for dynamic project setup 2026-02-13 19:47:47 +00:00
logging_config.py Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
response_formatter.py Week 2 complete: Discord bot MVP with full integration 2026-02-13 18:42:50 +00:00
session_manager.py Initial commit: Core infrastructure (CRIT-001 through CRIT-005) 2026-02-13 17:55:03 +00:00