Files
loop-loop/config.json.example

27 lines
509 B
JSON

{
"tool": "claude",
"mode": "implement",
"maxIterations": 20,
"skipEval": false,
"evalRetries": 3,
"autoHooks": true,
"branchPrefix": "loop/",
"scopeBudgets": {
"explore": {
"maxFilesToRead": 15,
"maxLinesToWrite": 0,
"maxFilesToModify": 0
},
"implement": {
"maxFilesToRead": 50,
"maxLinesToWrite": 500,
"maxFilesToModify": 10
},
"fix": {
"maxFilesToRead": 30,
"maxLinesToWrite": 200,
"maxFilesToModify": 5
}
}
}