init: document-haness 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 13:58:08 +09:00
parent d6f78f92a0
commit c39406bbdd
219 changed files with 7010 additions and 20052 deletions
+59
View File
@@ -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
}