pub fn checkpoint_log_path(
workspace: &Path,
workspace_slug: &str,
session_id: &str,
) -> PathBufExpand description
Convenience: locate checkpoints.jsonl for a session given the
workspace root and a session id. Mirrors the path layout chosen
by SessionWriter.