pub fn extract_candidate_file_paths( text: &str, cwd: &Path, max_files: usize, ) -> Vec<String>
Extracts candidate file paths from text that exist in the workspace.