takt/e2e/fixtures/scenarios/multi-step-needs-fix.json
nrslib ee0cb8e13a E2Eテスト基盤の追加・レビューエージェント改善・lint修正
- E2Eテストのフィクスチャ、ヘルパー、スペックを追加
- mock/provider別のvitest設定を追加
- レビューエージェントのプロンプト改善
- TTY判定の共通化、list/confirmのnon-interactive対応
- eslint no-non-null-assertion を off に変更、未使用インポート削除
2026-02-05 16:59:32 +09:00

16 lines
903 B
JSON

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