You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: create registry, cfg, and resolution packages
This PR establishes the infrastructure core by creating three new packages
that resolve circular dependencies and improve code organization. The
registry package handles module/type/attribute registries, cfg package
manages control flow graphs, and resolution package defines type resolution
structures. All changes maintain backward compatibility through type aliases.
Verification: gradle buildGo (success), gradle testGo (all pass), gradle
lintGo (0 issues), coverage 95.9-100% across new packages.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments