- E2Eテストのフィクスチャ、ヘルパー、スペックを追加 - mock/provider別のvitest設定を追加 - レビューエージェントのプロンプト改善 - TTY判定の共通化、list/confirmのnon-interactive対応 - eslint no-non-null-assertion を off に変更、未使用インポート削除
8 lines
444 B
JSON
8 lines
444 B
JSON
[
|
|
{ "agent": "test-coder", "status": "done", "content": "Plan created." },
|
|
{ "agent": "test-reviewer-a", "status": "done", "content": "Architecture approved." },
|
|
{ "agent": "test-reviewer-b", "status": "done", "content": "Security approved." },
|
|
{ "agent": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:1]" },
|
|
{ "agent": "conductor", "status": "done", "content": "[ARCH-REVIEW:1] [SECURITY-REVIEW:1]" }
|
|
]
|