feat: add workspace-aware symbol resolution
open▲New core analysis package
passing1/2In queue · #2al
pkg/analysis/resolve/resolver.go
Symbol Resolution Engine · 0/4 reviewed
Symbol Resolution EngineHighestHIGH
Introduce workspace-aware symbol resolution that traces imports across Go packages.
Risk 1 of 2
Why this needs attention
- —New core analysis package
- —Cross-package dependency resolution
- —Affects downstream job chain
Review hints
- Verify cycle detection in resolve.Walk().
- Check that edges are scoped to changed files before graph insertion.
No staged comments