v0.10.0
Highlights
- Add structure graph containment with stable file/module nodes and parser-generated contains edges.
- Traverse structure via existing graph commands using
--edge contains. - Bump AST graph schema to 27 so stale stores reindex with containment data.
- Document the containment workflow in README and index.html.
Verification
- go test ./...
- go vet ./...