pub fn changed_paths_for_diff( root_path: impl AsRef<Path>, base_ref: &str, head_ref: &str, ) -> Result<Vec<String>, CodeIndexError>
Returns changed paths for impact analysis without mutating the code index.