Files
breadcrumb-the-shire/.agents/templates/execution-report.template.json

40 lines
714 B
JSON
Raw Normal View History

2026-03-06 00:44:52 +01:00
{
"task_id": "TASK-0001",
"plan_ref": ".agents/runs/TASK-0001/plan.json",
2026-03-06 00:44:52 +01:00
"status": "done",
"changed_files": [
{
"path": "path/to/file",
"summary": "What changed"
}
],
"guard_evidence": [
{
"guard_id": "GR-CORE-003",
2026-03-06 00:44:52 +01:00
"status": "pass",
"evidence": "Short evidence with file or test reference."
}
],
"commands": [
{
"cmd": "docker compose exec php vendor/bin/phpunit",
2026-03-06 00:44:52 +01:00
"result": "pass"
}
],
"quality_gate_results": [
{
"gate_id": "QG-001",
"result": "pass",
"notes": ""
}
],
"test_results": [
{
"name": "test name",
"result": "pass",
"notes": ""
}
],
"open_items": []
}