ODAVL Insight — VS Code Extension (v1.0)
Local-only import structure analysis for JavaScript and TypeScript projects
What Is ODAVL Insight v1.0
ODAVL Insight v1.0 is a VS Code extension that analyzes import/export statements in your JavaScript and TypeScript code.
It runs locally, shows results in the Problems Panel, and provides a brief summary in the Output channel.
What It Does (v1.0)
Import Analysis Only
- Scans JS/TS files for import/export statements
- Detects missing imports, circular dependencies, broken references
- Reports issues in VS Code Problems Panel
- Provides narrative summary in Output channel
Auto-Analysis on Save (Optional)
Enable odavl.autoAnalyzeOnSave to run analysis automatically when you save a file (default: disabled).
What It Does NOT Do (v1.0)
- ❌ Project MRI panels or visualizations
- ❌ Decision Log or ZCC Memory
- ❌ Attestations or trust artifacts
- ❌ Multi-detector analysis (TypeScript, security, performance)
- ❌ "Why?" explanations or Understanding Layer
- ❌ Cloud sync or remote execution
- ❌ Authentication or telemetry
- ❌ Autofix or code modifications
These features are planned for future releases but are not in v1.0.
Commands (v1.0)
Only two commands are available:
- ODAVL Insight: Analyze Workspace (Local) — Run import analysis on the workspace
- ODAVL Insight: Clear Diagnostics — Clear ODAVL issues from Problems Panel
All other commands listed in older documentation have been removed.
Usage
Run Analysis
- Open a JavaScript/TypeScript project in VS Code
- Press
Ctrl+Shift+P (or Cmd+Shift+P on macOS)
- Type: ODAVL Insight: Analyze Workspace (Local)
- View results:
- Problems Panel: Issues appear with severity indicators (red/yellow/blue)
- Output Channel: Open "ODAVL Insight" for brief summary
Clear Diagnostics
- Press
Ctrl+Shift+P
- Type: ODAVL Insight: Clear Diagnostics
- All ODAVL issues are removed from Problems Panel
Privacy & Local-First (v1.0)
- No cloud: All analysis happens on your machine
- No uploads: Code never leaves your filesystem
- No auth: No sign-in, no accounts
- No telemetry: Zero usage data collected
Settings (v1.0)
Only one setting is available:
odavl.autoAnalyzeOnSave (default: false) — Enable auto-analysis on file save
Roadmap (Future Releases)
These features are not in v1.0:
- v1.1: Multi-detector analysis (TypeScript, ESLint, security)
- v2.0: Decision Log, ZCC Memory, Project MRI panels
- v3.0: Attestations, trust artifacts, "Why?" explanations
No dates. No promises. Just direction.