Files
breadcrumb-the-shire/.agents/templates/analysis.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

33 lines
767 B
JSON

{
"task_id": "TASK-0001",
"issue_summary": "Short summary of the issue or feature request",
"affected_layers": ["Service", "pages"],
"affected_files": [
{
"path": "path/to/file.php",
"role": "Service that handles X"
}
],
"existing_patterns": [
"Uses app-details-titlebar partial",
"Follows PRG pattern in similar actions"
],
"related_tests": [
"tests/Service/XServiceTest.php"
],
"security_surface": {
"authz_relevant": false,
"tenant_scope_relevant": false,
"input_handling": true,
"crypto_relevant": false,
"file_upload_relevant": false,
"notes": ""
},
"assumptions": [
"Assumption the Planner must resolve"
],
"risks_discovered": [
"Risk discovered during analysis"
]
}