Problem
This work item hardens vscode-extension in the area of workspace scan command so the project can
scale in production (reliable CI, predictable outputs, and safe-by-default behavior).
Work
- Identify the owner modules/files inside
vscode-extension for workspace scan command.
- Implement the change described by Refactor for clearer module boundaries with minimal breaking surface.
- Add tests (unit + integration where relevant) and ensure they run in CI.
- Update docs/examples so contributors can adopt the new behavior confidently.
Acceptance criteria
- CI passes for the touched area (lint, tests, and any component-specific workflow).
- Behavior is documented (link from
DOCUMENTATION_INDEX.md or the nearest canonical doc).
- Output formats remain stable; if changes are required, version bump + migration notes are included.
Notes
Component: vscode-extension
Subarea: workspace scan command
If this expands beyond a single PR, split into sub-issues and cross-link.
Problem
This work item hardens vscode-extension in the area of workspace scan command so the project can
scale in production (reliable CI, predictable outputs, and safe-by-default behavior).
Work
vscode-extensionfor workspace scan command.Acceptance criteria
DOCUMENTATION_INDEX.mdor the nearest canonical doc).Notes
Component:
vscode-extensionSubarea: workspace scan command
If this expands beyond a single PR, split into sub-issues and cross-link.