From f50ca36fd443bfd3c21502d4667a425a00ac48fe Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Wed, 28 Jan 2026 21:21:52 -0800 Subject: [PATCH] Fix. --- 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 76d76dd476..81b643b481 100644 --- a/evals/frugalReads.eval.ts +++ b/evals/frugalReads.eval.ts @@ -43,7 +43,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. Do not run the file.', + 'Fix all linter errors in linter_mess.ts manually by editing the file. Run eslint directly (using "npx --yes eslint") to find them. Do not run the file.', assert: async (rig, result) => { const logs = rig.readToolLogs();