init: document-haness 하네스 설계
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"planner": {
|
||||
"provider": "codex",
|
||||
"timeout_seconds": 300,
|
||||
"options": {
|
||||
"sandbox": "read-only",
|
||||
"skip_git_repo_check": true
|
||||
}
|
||||
},
|
||||
"writer": {
|
||||
"provider": "claude",
|
||||
"timeout_seconds": 600
|
||||
},
|
||||
"reviewers": [
|
||||
{
|
||||
"role": "logic",
|
||||
"provider": "codex",
|
||||
"timeout_seconds": 300,
|
||||
"options": {
|
||||
"sandbox": "read-only",
|
||||
"skip_git_repo_check": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"role": "reader",
|
||||
"provider": "claude",
|
||||
"timeout_seconds": 300
|
||||
},
|
||||
{
|
||||
"role": "evidence",
|
||||
"provider": "antigravity",
|
||||
"timeout_seconds": 300,
|
||||
"options": {
|
||||
"config": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"role": "operations",
|
||||
"provider": "antigravity",
|
||||
"timeout_seconds": 300,
|
||||
"options": {
|
||||
"config": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"reviser": {
|
||||
"provider": "claude",
|
||||
"timeout_seconds": 600
|
||||
},
|
||||
"quality_gate": {
|
||||
"minimum_score": 84,
|
||||
"max_blockers": 0,
|
||||
"max_errors": 1,
|
||||
"max_revisions": 2,
|
||||
"deterministic_weight": 0.4,
|
||||
"model_weight": 0.6
|
||||
},
|
||||
"fail_on_reviewer_error": true
|
||||
}
|
||||
Reference in New Issue
Block a user