guanghulab/bridge/chat-to-agent/task-template.json
2026-05-10 13:12:44 +08:00

60 lines
1.3 KiB
JSON

{
"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"
},
"execution_plan": {
"executor": "glada",
"execution_strategy": "sequential",
"rollback_on_failure": true,
"preserve_context": true,
"checkpoint_interval": "step",
"execution_timeout_ms": 3600000,
"retry_policy": {
"max_retries": 3,
"backoff_ms": 5000
},
"model_preference": "deepseek-chat",
"auto_test": true,
"auto_commit": true,
"auto_notify": true
},
"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": []
}
}