pub fn clear_profile_dir(profile_dir: &Path) -> Result<()>
Wipe the per-test trace dir before a fresh run so stale traces from a previous session don’t leak into the new picker. Idempotent — missing dir is fine.