zhizhi/bridge/chat-to-agent/task-template.json

44 lines
921 B
JSON
Raw Normal View History

{
"cab_version": "1.0",
"task_id": "CAB-YYYYMMDD-NNN",
"created_at": "",
"created_by": "TCS-0002∞",
"status": "pending",
"authorization": {
"sovereign": "冰朔 · TCS-0002∞",
"authorized_agent": "copilot-agent",
"scope": "full-auto-development",
"confirmation": false
},
"architecture": {
"summary": "",
"decisions": [],
"target_files": [],
"target_modules": []
},
"development_plan": {
"title": "",
"description": "",
"steps": [],
"priority": "normal",
"estimated_scope": "small"
},
"constraints": {
"no_touch_files": [],
"required_tests": true,
"deploy_after": false,
"max_files_changed": 20
},
"reasoning_context": {
"chat_summary": "",
"key_decisions": [],
"architecture_notes": ""
},
"completion": {
"completed_at": null,
"result": null,
"pr_number": null,
"files_changed": []
}
}