markitect-main/markitect/finance
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
..
migrations feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
__init__.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
cli.py feat: enhance cost tracking with general work session support 2025-10-05 20:55:44 +02:00
cost_manager.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
models.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
period_manager.py feat: implement comprehensive Period Management Framework (issue #112) 2025-10-04 01:41:58 +02:00
report_generator.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
session_tracker.py feat: implement cost report template generator with Claude session tracking (issue #119) 2025-10-04 01:31:36 +02:00
worktime_commands.py feat: complete issue #123 - Issue #123 2025-10-04 04:19:57 +02:00
worktime_tracker.py fix: eliminate all test suite warnings - Issue #129 2025-10-06 02:11:28 +02:00