Infer per-package source roots from classgraph-view --input
Add a --source-root PKG=PATH override and infer a default per-package
root from each --input dir's parent. Schema gains iiDefinedIn /
fiDefinedIn (filled in at merge time from the dump's mdPackage), so
orphan instances resolve under the *defining* package, not the
class's. Render embeds the resulting map; viewer's editor links look
up the per-package root before falling back to the localStorage
override.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Data families: (data) label, hide synthetic RHS, per-family filter; fix instance source spans
Side panel: subclass index, pin/mute buttons; search now locates rather than drills in
Resolve family-instance chains to matching class instances; treat (~) as equality class
demo: cover equality, family-in-context, greetings, and multi-param instance cases
viewer: search bar, pin/mute/filter panels, splitter, equality preds, clean type printing