Architectural analysis that shows how a codebase actually fits together — and shows its work. Every finding carries the file, the line, and the evidence it was drawn from.
A persisted, queryable graph of entities and relationships across nine languages — built from real ASTs, not filename heuristics.
Which modules everything else leans on, ranked by measured in-degree and blast radius rather than intuition.
Code that was built but never wired in, configuration declared but never read, and components that claim a dependency nothing satisfies.
Every relationship is anchored to a source span. Findings can be traced back to the syntax that produced them.
A first-class MCP surface, so an AI agent can ask structural questions about a repository instead of grepping for them.
Architectural delta between two commits — what actually changed in the structure, separate from what changed in the text.