takt/e2e/fixtures/scenarios/multi-step-needs-fix.json
2026-02-13 07:24:12 +09:00

20 lines
1.3 KiB
JSON

[
{ "persona": "agents/test-coder", "status": "done", "content": "Plan created." },
{ "persona": "agents/test-reviewer-a", "status": "done", "content": "Architecture looks good." },
{ "persona": "agents/test-reviewer-b", "status": "done", "content": "Security issues found." },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:2]" },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:2]" },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:2]" },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:2]" },
{ "persona": "agents/test-coder", "status": "done", "content": "Fix applied." },
{ "persona": "agents/test-reviewer-a", "status": "done", "content": "Architecture still approved." },
{ "persona": "agents/test-reviewer-b", "status": "done", "content": "Security now approved." },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:1]" },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:1]" },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:1]" },
{ "persona": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:1]" }
]