From 86a134e5a92e4eb6ad9f15227f8bac3200861cec Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Wed, 28 Jan 2026 20:25:31 -0800 Subject: [PATCH] Stabilize test. --- evals/frugalReads.eval.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/frugalReads.eval.ts b/evals/frugalReads.eval.ts index fe2096ca18..f04043f8bb 100644 --- a/evals/frugalReads.eval.ts +++ b/evals/frugalReads.eval.ts @@ -38,7 +38,7 @@ describe('Frugal reads eval', () => { })(), }, prompt: - 'Fix all linter errors in linter_mess.ts manually by editing the file. Run eslint directly to find them.', + 'Fix all linter errors in linter_mess.ts manually by editing the file. Run eslint directly to find them. Do not run the file.', assert: async (rig, result) => { const logs = rig.readToolLogs();