- E2Eテストのフィクスチャ、ヘルパー、スペックを追加 - mock/provider別のvitest設定を追加 - レビューエージェントのプロンプト改善 - TTY判定の共通化、list/confirmのnon-interactive対応 - eslint no-non-null-assertion を off に変更、未使用インポート削除
18 lines
280 B
JSON
18 lines
280 B
JSON
[
|
|
{
|
|
"agent": "test-reporter",
|
|
"status": "done",
|
|
"content": "Work completed."
|
|
},
|
|
{
|
|
"agent": "test-reporter",
|
|
"status": "done",
|
|
"content": "Report summary: OK"
|
|
},
|
|
{
|
|
"agent": "conductor",
|
|
"status": "done",
|
|
"content": "[EXECUTE:1]"
|
|
}
|
|
]
|