pub fn file_operation_source_candidates(
options: FileOperationCompletionOptions,
) -> Vec<String>Expand description
Returns source completion candidates relative to the resolved root checkout.
Errors during context resolution or directory scanning are intentionally quiet, making this suitable for shell completion hooks.