Demo
testuser/hydrogen·#142

feat: add workspace-aware symbol resolution

open

New core analysis package

comparingfeat/workspace-symbol-resolutionmain(parent #140 — this PR only)

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