pub fn list_conflict_files(repo_root: &Path) -> Result<Vec<String>, GitError>
List files with merge conflicts.
Returns a list of file paths that have unresolved merge conflicts.