What's changed
Features:
- Cross-language type-reference edges — Swift, Kotlin, PHP, Rust, and Go now emit
referencesedges withparameter_type,return_type,generic_arg,field, andattributecontexts; inheritance split intoinherits(superclass) vsimplements(protocol/interface/trait) for all five languages. (#1015)
Chore:
- CI switched from pip to uv (
astral-sh/setup-uv,uv sync,uv run pytest);uv.lockcommitted for reproducible installs; dev setup docs updated. (#885)
Upgrade
uv tool upgrade graphifyy