markitect-main/infrastructure
tegwick a8e5b4b044 refactor: remove obsolete issue management system in favor of issue-facade
Complete cleanup of the legacy TDD AI and issue management system, establishing clear separation of concerns as requested. All issue handling is now provided by the standalone issue-facade system.

Removed components:
- TDD AI framework (tddai/ directory and tddai_cli.py)
- Legacy issue management CLI commands and services
- Issue-related Makefile targets and helper commands
- Obsolete tests and infrastructure dependencies
- Finance modules that depended on the old issue system

Updated:
- Makefile: Removed issue-*, tdd-*, and test-from-issue commands
- CLI framework: Simplified to core functionality only
- Documentation: Added deprecation notice for old config system

The issue-facade now serves as the universal CLI for issue tracking,
providing backend-agnostic interface to GitHub, GitLab, Gitea, and
local SQLite storage as documented in issue-facade/README.md.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 21:25:04 +02:00
..
logging fix: Eliminate all 111 test warnings by fixing root causes 2025-09-27 20:14:22 +02:00
repositories refactor: remove obsolete issue management system in favor of issue-facade 2025-10-24 21:25:04 +02:00
__init__.py feat: Implement domain logic separation with clean architecture 2025-09-26 22:15:45 +02:00
config.py fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00
connection_manager.py fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00
exceptions.py fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00