pub fn file_summary(
store: &AnnotationStore,
resolvers: &ResolverRegistry,
root: &ProjectRoot,
file: &RelativePath,
) -> Result<FileSummary, AqlError>Expand description
Detailed single-file annotation summary.
Groups annotations by tag with their bindings, computes sizes, and checks staleness.