markitect-main/tddai
tegwick 2b681b31c6 feat: Implement comprehensive project management system with issue lifecycle support
- Add ProjectManager with milestone and label-based project organization
- Support project states (Todo, Active, Review, Done, Blocked) via labels
- Add priority management (Low, Medium, High, Critical) with label integration
- Implement milestone creation and management for project tracking
- Enhance IssueWriter with project management methods (assign_to_milestone, add/remove_labels)
- Add 8 new CLI commands for complete project management workflow
- Support automatic project management setup with ensure_project_labels()
- Enable issue state transitions with automatic closing for completed issues
- Integrate with existing Gitea API authentication and error handling patterns

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-24 23:51:29 +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: Enhance tddai configuration with auto-loading .env files 2025-09-24 22:53:27 +02:00
coverage_analyzer.py refactor: Make tddai framework project-agnostic and fix test configuration 2025-09-24 00:04:54 +02:00
exceptions.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
issue_creator.py feat: Implement comprehensive IssueCreator system and create CLI roadmap issues 2025-09-24 23:36:07 +02:00
issue_fetcher.py fix: Python 3.6 compatibility for tests 2025-09-23 01:40:37 +02:00
issue_writer.py feat: Implement comprehensive project management system with issue lifecycle support 2025-09-24 23:51:29 +02:00
project_manager.py feat: Implement comprehensive project management system with issue lifecycle support 2025-09-24 23:51:29 +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