Summary
Several test files import old module paths that were refactored from files to packages.
Refactored Modules
| Old Path |
New Path |
vertice_cli.core.session_manager (file) |
vertice_cli.core.session_manager/ (package) |
vertice_cli.intelligence.lsp_client (file) |
vertice_cli.intelligence.lsp_client/ (package) |
vertice_cli.orchestration.squad (file) |
vertice_cli.orchestration.squad/ (package) |
Files Affected
tests/e2e/personas/test_senior_developer.py → imports vertice_cli.core.session_manager
- 9 test files importing
vertice_cli.orchestration.squad
Expected Fix
Update imports to use new package paths or delete obsolete tests.
Acceptance Criteria