markitect-main/tddai
tegwick a7a7960ef6 feat: Implement unified configuration management system
Consolidates scattered configuration patterns across TDDAI, Gitea, and
MarkiTect into a unified, maintainable system addressing issue #22.

Key improvements:
- Created centralized config/ module with base classes and utilities
- Eliminated duplicate load_dotenv_file() functions
- Standardized environment variables with MARKITECT_ prefix
- Implemented comprehensive validation with helpful error messages
- Maintained full backward compatibility with existing TDDAI config

Architecture:
- BaseConfig: Abstract base with common functionality
- MarkitectConfig: Main configuration class with legacy support
- Compatibility layer: TddaiConfigCompat and GiteaConfigCompat wrappers
- Unified error handling: ConfigurationError hierarchy

All existing tests pass without modification, ensuring seamless transition.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 17:45:56 +02:00
..
__init__.py feat: Implement comprehensive project management system with issue lifecycle support 2025-09-24 23:51:29 +02:00
config.py feat: Implement unified configuration management system 2025-09-26 17:45:56 +02:00
coverage_analyzer.py refactor: Standardize error handling patterns across codebase 2025-09-26 16:35:13 +02:00
exceptions.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
issue_creator.py fix: Resolve failing tests after CLI and error handling refactoring 2025-09-26 17:15:36 +02:00
issue_fetcher.py refactor: Standardize error handling patterns across codebase 2025-09-26 16:35:13 +02:00
issue_writer.py fix: Resolve label assignment issue using dedicated Gitea API endpoint 2025-09-25 00:31:37 +02:00
project_manager.py refactor: Standardize error handling patterns across codebase 2025-09-26 16:35:13 +02:00
test_generator.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
workspace.py fix: Resolve TDD infrastructure test failures and API mismatches 2025-09-23 04:46:22 +02:00