-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
refactorRefactoring codeRefactoring code
Description
Goal: Improve directory structure following project-structure skill principles
Task Checklist:
-
src/extension/extension/main.ts: Move entry point -
src/extension/internal/managers/: Move Manager classes -
src/extension/internal/providers/: Move Provider classes -
src/extension/pkg/types.ts: Move public types -
src/extension/tests/: Move test files and rename to.spec.ts - Update import paths
- Update
package.jsonmain field - Build verification
Verification Method:
- Build succeeds with new directory structure
- Extension loads and activates normally
- All commands execute correctly
Independently Deployable: ✅ (File relocation only, no functional changes)
Metadata
Metadata
Assignees
Labels
refactorRefactoring codeRefactoring code
Projects
Status
Done