chore: add project config
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": 1,
|
||||
"mode": "yolo",
|
||||
"granularity": "standard",
|
||||
"parallelization": true,
|
||||
"commit_docs": true,
|
||||
"model_profile": "quality",
|
||||
"workflow": {
|
||||
"research": true,
|
||||
"plan_check": true,
|
||||
"verifier": true,
|
||||
"nyquist_validation": true,
|
||||
"auto_advance": true,
|
||||
"research_before_questions": false
|
||||
},
|
||||
"models": {
|
||||
"researcher": "opus",
|
||||
"synthesizer": "opus",
|
||||
"roadmapper": "opus"
|
||||
},
|
||||
"planning": {
|
||||
"commit_docs": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user