This commit is contained in:
Christian Gunderman
2026-01-28 21:21:52 -08:00
parent b5963fa0c9
commit f50ca36fd4

View File

@@ -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();