v1.11.21
v1.11.21
fix(scan): expand Go method sets through embedded interfaces — Go interface satisfaction now closes method sets over embedded interfaces on both sides. Composite interfaces (built from embedded interfaces) gain their real implementors; small-direct-set interfaces stop over-matching. Composition conventions wording is now kind-aware for interface embedding.
⚠ After upgrading, run one full sense scan in each indexed Go repo. Satisfaction edges rebuild only on a full rescan; incremental updates would mix old and new resolution semantics.