Update debug command.

This commit is contained in:
Christian Gunderman
2026-01-28 21:27:48 -08:00
parent f50ca36fd4
commit 2468f56922
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ describe('Frugal reads eval', () => {
},
prompt:
'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) => {
assert: async (rig) => {
const logs = rig.readToolLogs();
// Check if the agent read the whole file