|
59 | 59 | - `src/managers/` — Environment manager implementations (venv, conda, poetry, pipenv, pyenv, pixi, uv) |
60 | 60 | - `src/features/` — Core features (terminal, settings, views, execution) |
61 | 61 | - `src/common/` — Shared utilities and APIs |
62 | | -- `analysis/` — Python scripts for codebase health snapshots |
| 62 | +- `code-analysis/` — Python scripts for codebase health snapshots |
63 | 63 |
|
64 | 64 | --- |
65 | 65 |
|
@@ -283,12 +283,12 @@ Review complete when: |
283 | 283 |
|
284 | 284 | # Quick Reference Commands |
285 | 285 |
|
286 | | -| Task | Command | |
287 | | -| ----------------- | ------------------------------------------------------ | |
288 | | -| Unit tests | `npm run unittest` | |
289 | | -| Lint | `npm run lint` | |
290 | | -| Type check | `npm run compile-tests` | |
291 | | -| Build extension | `npm run compile` | |
292 | | -| Smoke tests | `npm run compile && npm run smoke-test` | |
293 | | -| Generate snapshot | `cd analysis && python snapshot.py -o ./snapshot.json` | |
294 | | -| Package VSIX | `npm run vsce-package` | |
| 286 | +| Task | Command | |
| 287 | +| ----------------- | -------------------------------------------------------------------- | |
| 288 | +| Unit tests | `npm run unittest` | |
| 289 | +| Lint | `npm run lint` | |
| 290 | +| Type check | `npm run compile-tests` | |
| 291 | +| Build extension | `npm run compile` | |
| 292 | +| Smoke tests | `npm run compile && npm run smoke-test` | |
| 293 | +| Generate snapshot | `cd code-analysis && python -m analysis.snapshot -o ./snapshot.json` | |
| 294 | +| Package VSIX | `npm run vsce-package` | |
0 commit comments