pub fn project_stats(
project_root: &ProjectRoot,
store: &AnnotationStore,
resolvers: &ResolverRegistry,
) -> ProjectStatsExpand description
Compute project statistics from loaded stores.
Scans all resolver-supported source files under project_root, counts
lines and bytes, then compares against annotation token cost.