From 9bd58c8ec32e862ed90b1e5078e956098730b216 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Mon, 30 Mar 2026 11:01:52 -0700 Subject: [PATCH] Doc comment test. --- evals/botched-replace.eval.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/evals/botched-replace.eval.ts b/evals/botched-replace.eval.ts index 18c03508b5..5161c72c99 100644 --- a/evals/botched-replace.eval.ts +++ b/evals/botched-replace.eval.ts @@ -8,6 +8,11 @@ import { expect, describe } from 'vitest'; import { evalTest } from './test-helper.js'; describe('botched replace eval', () => { + /** + * Encourages the agent to do an unsafe parallel write to the same file in a single + * turn and checks that it does not do so. This is a regression test for a bug fix + * that corrects a case where the agent would fail to write the file. + */ evalTest('ALWAYS_PASSES', { name: 'should perform multiple edits to the same file sequentially across turns', files: {