markitect-main/markitect/assets
tegwick 68e32981bd fix: resolve CLI import conflicts and fix test_db_commands_output_formatting.py
- Moved markitect/cli/asset_commands.py to markitect/assets/cli_commands.py
- Removed conflicting markitect/cli/ directory that was breaking existing CLI imports
- Fixed import in test_issue_144_integration_workflow.py
- Resolved test_db_commands_output_formatting.py import error (now 13/13 passing)

The asset management implementation accidentally created a markitect/cli/ directory
which conflicted with the existing markitect/cli.py module, breaking CLI imports
throughout the system. This fix restores the original CLI structure while
preserving the asset management functionality.

Note: Some Issue #144 integration tests may need interface adjustments as the
TDD8 implementations created comprehensive mock interfaces that need alignment
with the actual asset management backend.
2025-10-14 19:12:58 +02:00
..
__init__.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
analytics.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
analyzer.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
batch_processor.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
cache.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
cli_commands.py fix: resolve CLI import conflicts and fix test_db_commands_output_formatting.py 2025-10-14 19:12:58 +02:00
constants.py feat: comprehensive asset management system and testing improvements 2025-10-12 19:57:31 +02:00
database.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
deduplicator.py feat: comprehensive asset management system and testing improvements 2025-10-12 19:57:31 +02:00
discovery.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
exceptions.py feat: comprehensive asset management system and testing improvements 2025-10-12 19:57:31 +02:00
manager.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
optimizer.py feat: complete Issue #146 - Asset Management Implementation Milestone 2025-10-14 18:29:37 +02:00
packager.py feat: comprehensive asset management system and testing improvements 2025-10-12 19:57:31 +02:00
performance.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00
registry.py feat: comprehensive asset management system and testing improvements 2025-10-12 19:57:31 +02:00
transformer.py feat: complete Issue #146 - Asset Management Implementation Milestone 2025-10-14 18:29:37 +02:00
utils.py feat: complete Issue #144 - Phase 3: Advanced Features and Performance 2025-10-14 17:53:47 +02:00