From 10839863ec31bb45cb482ecfa3d3efdaf5808e59 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:02:41 +0900 Subject: [PATCH] fix e2e --- e2e/fixtures/scenarios/cycle-detect-abort.json | 2 -- e2e/fixtures/scenarios/cycle-detect-pass.json | 1 - 2 files changed, 3 deletions(-) diff --git a/e2e/fixtures/scenarios/cycle-detect-abort.json b/e2e/fixtures/scenarios/cycle-detect-abort.json index 8eb40f9..0f130f0 100644 --- a/e2e/fixtures/scenarios/cycle-detect-abort.json +++ b/e2e/fixtures/scenarios/cycle-detect-abort.json @@ -2,11 +2,9 @@ {"persona": "agents/test-reviewer-a", "status": "done", "content": "[REVIEW:2]\n\nNeeds fix."}, {"persona": "conductor", "status": "done", "content": "[REVIEW:2]"}, {"persona": "agents/test-coder", "status": "done", "content": "[FIX:1]\n\nFixed."}, - {"persona": "conductor", "status": "done", "content": "[FIX:1]"}, {"persona": "agents/test-reviewer-a", "status": "done", "content": "[REVIEW:2]\n\nStill needs fix."}, {"persona": "conductor", "status": "done", "content": "[REVIEW:2]"}, {"persona": "agents/test-coder", "status": "done", "content": "[FIX:1]\n\nFixed again."}, - {"persona": "conductor", "status": "done", "content": "[FIX:1]"}, {"persona": "agents/test-reviewer-b", "status": "done", "content": "[_LOOP_JUDGE_REVIEW_FIX:2]\n\nAbort this loop."}, {"persona": "conductor", "status": "done", "content": "[_LOOP_JUDGE_REVIEW_FIX:2]"} ] diff --git a/e2e/fixtures/scenarios/cycle-detect-pass.json b/e2e/fixtures/scenarios/cycle-detect-pass.json index e0ccf07..7891bd3 100644 --- a/e2e/fixtures/scenarios/cycle-detect-pass.json +++ b/e2e/fixtures/scenarios/cycle-detect-pass.json @@ -2,7 +2,6 @@ {"persona": "agents/test-reviewer-a", "status": "done", "content": "[REVIEW:2]\n\nNeeds fix."}, {"persona": "conductor", "status": "done", "content": "[REVIEW:2]"}, {"persona": "agents/test-coder", "status": "done", "content": "[FIX:1]\n\nFixed."}, - {"persona": "conductor", "status": "done", "content": "[FIX:1]"}, {"persona": "agents/test-reviewer-a", "status": "done", "content": "[REVIEW:1]\n\nApproved."}, {"persona": "conductor", "status": "done", "content": "[REVIEW:1]"} ]