Commit Graph

1 Commits

Author SHA1 Message Date
83777fe5a2 refactor: extract configuration management to config/config.go
- Move defaultConfig() and loadConfig() functions to config package
- Remove unused yaml import from main.go
- Clean separation of configuration logic
- Update main() to use config.Load()

Reduced main.go from ~3650 to ~3570 lines

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 18:44:40 +03:00