pub fn diagnose_project(
root: &Path,
overlay: &HashMap<PathBuf, String>,
) -> ProjectDiagnosticsExpand description
v0.24 (ADR 0052): non-bailing, overlay-aware, file-attributed project
diagnostics — the LSP analysis entry point, distinct from
compile_project (which bails and emits). overlay maps
canonicalised absolute paths to buffer text layered over disk reads.