- 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.
19 KiB
19 KiB