pub fn collect_jsonl_files(dir: &Path) -> CoreResult<Vec<PathBuf>>Expand description
Recursively collect all .jsonl files in a directory tree.
Returns a vector of paths to .jsonl files found under dir.
Silently skips directories or files that cannot be read.