pub fn diff_report(
report: &Report,
out_dir: &Path,
workspace_root: &Path,
) -> Result<Vec<String>>Expand description
Backwards-compatible wrapper around classify_diffs. Returns the
same flat list of paths that earlier versions of aidoc-core
produced; new callers should prefer classify_diffs so they can
distinguish missing from modified artifacts.