tegwick
960a7c4850
feat: Complete CLI consolidation - fix redundancy and missing interfaces
🎯 MAJOR CLI ARCHITECTURE CONSOLIDATION:
✅ Added Missing CLI Entry Points:
• tddai = "tddai_cli:main" - TDD workflow management
• issue = "cli.issue_cli:main" - Pure issue management
• All three CLIs now properly installed: markitect, tddai, issue
🧹 Eliminated Functionality Redundancy:
• Removed issue commands from markitect/cli.py (clean separation)
• MarkiTect now focuses purely on document processing
• TDD workflow in tddai CLI, issue management in issue CLI
🏗️ Clean Architecture Implementation:
• Created cli/issue_cli.py - Dedicated pure issue management
• Enhanced cli/commands/export.py with export_issues_csv/json
• Updated cli/core.py with proper export method delegation
• Fixed pyproject.toml to include all required packages
🧪 Comprehensive Testing:
• Added tests/test_cli_consolidation.py - Prevents CLI regression
• Tests ensure all CLIs are installed and functional
• Tests verify no functionality duplication
• Regression protection against missing CLI commands
📋 Clear Separation of Concerns:
• markitect CLI - Document processing, templates, performance
• tddai CLI - TDD workflow, workspace management, coverage
• issue CLI - Pure issue operations, project management, export
🔧 Package Configuration:
• Updated pyproject.toml to include cli*, tddai*, services*, etc.
• Added py-modules for tddai_cli standalone module
• Fixed import paths and dependencies
This consolidation resolves the major redundancy identified in issues
functionality and ensures proper CLI interfaces are available and tested.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-02 23:04:57 +02:00
..
2025-10-02 08:14:38 +02:00
2025-10-02 15:33:32 +02:00
2025-09-30 17:28:39 +02:00
2025-10-02 09:14:24 +02:00
2025-10-02 09:32:16 +02:00
2025-10-02 09:14:24 +02:00
2025-10-01 02:39:29 +02:00
2025-10-02 15:33:32 +02:00
2025-09-16 03:04:18 +02:00
2025-09-30 13:09:37 +02:00
2025-09-24 01:14:27 +02:00
2025-09-27 09:31:47 +02:00
2025-09-27 08:28:10 +02:00
2025-10-02 23:04:57 +02:00
2025-09-30 02:59:43 +02:00
2025-09-24 01:14:27 +02:00
2025-10-01 12:13:43 +02:00
2025-10-01 08:21:42 +02:00
2025-09-23 04:28:29 +02:00
2025-09-30 17:28:39 +02:00
2025-09-30 17:28:39 +02:00
2025-10-01 02:39:29 +02:00
2025-09-29 21:21:21 +02:00
2025-10-02 17:37:24 +02:00
2025-10-01 08:21:42 +02:00
2025-10-01 08:03:11 +02:00
2025-09-25 03:01:40 +02:00
2025-10-01 16:16:46 +02:00
2025-09-29 21:21:21 +02:00