Files
breadcrumb-the-shire/.agents/templates/review-acceptance.template.json
fs 4dd6d451f6 refactor: relocate agent-system/ to .agents/ with 7-role workflow restructure
Moves the agent workflow system from agent-system/ to .agents/ (dotfile convention).
Restructured from 5-role to 7-role pipeline: adds Analyst and splits Reviewer into
Code Reviewer + Security Reviewer. Removes all old workflow run artifacts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 18:23:04 +01:00

17 lines
319 B
JSON

{
"task_id": "TASK-0001",
"verdict": "pass",
"checked_criterion_ids": [
"SC-001"
],
"checks": [
{
"criterion_id": "SC-001",
"criterion": "criterion text",
"result": "pass",
"evidence": "Reference to proof (test, file, manual smoke step)."
}
],
"missing_or_wrong": []
}