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]"} ]