pub fn list_session_files(
resolver: &PathResolver,
project: &str,
) -> Result<Vec<PathBuf>>Expand description
List all *.jsonl session files in a project’s directory, sorted by
modification time descending (newest first).
Returns an empty vec if the project directory does not exist.