24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"ultraplan": {
|
|
"defaultMode": "default",
|
|
"autoResearch": true,
|
|
"exploration": {
|
|
"smallCodebaseAgents": 3,
|
|
"mediumCodebaseAgents": 5,
|
|
"largeCodebaseAgents": 7,
|
|
"maxDeepDives": 3
|
|
},
|
|
"interview": {
|
|
"maxQuestions": 8,
|
|
"typicalQuestions": 5
|
|
},
|
|
"agentTeam": {
|
|
"minIndependentSteps": 3,
|
|
"useWorktreeIsolation": true
|
|
},
|
|
"tracking": {
|
|
"enabled": true,
|
|
"statsFile": "ultraplan-stats.jsonl"
|
|
}
|
|
}
|
|
}
|