From c592c681ff0730264fd66192c366ee2a20c6d6af Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 20 Mar 2026 16:26:34 -0400 Subject: [PATCH] Persist `fabro_run_dir` in scoreboard `instances.jsonl` Co-Authored-By: Claude Opus 4.6 (1M context) --- evals/swe-bench/record_results.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evals/swe-bench/record_results.py b/evals/swe-bench/record_results.py index d53fb29b2..135d5bf71 100644 --- a/evals/swe-bench/record_results.py +++ b/evals/swe-bench/record_results.py @@ -131,6 +131,7 @@ def main(): "gen_duration_s": gen_duration, "eval_duration_s": eval_duration, "gen_cost_usd": round(cost, 6) if cost else None, + "fabro_run_dir": gen.get("fabro_run_dir"), }) # Write per-instance results