37 lines
875 B
JSON
37 lines
875 B
JSON
{
|
|
"projects": [
|
|
{
|
|
"name": "snow_trail",
|
|
"path": "/home/jonas/projects/snow_trail",
|
|
"language": "rust",
|
|
"sourceGlobs": ["src/**/*.rs", "shaders/**/*.wgsl"],
|
|
"excludeGlobs": ["target/**", "*.lock"],
|
|
"branch": "main"
|
|
}
|
|
],
|
|
"models": {
|
|
"orchestrator": "opencode-go/mimo-v2-pro",
|
|
"worker": "opencode-go/mimo-v2-pro",
|
|
"synthesizer": "opencode-go/mimo-v2-pro"
|
|
},
|
|
"thinkingLevels": {
|
|
"orchestrator": "medium",
|
|
"worker": "off",
|
|
"synthesizer": "low"
|
|
},
|
|
"metrics": {
|
|
"enabled": true,
|
|
"victoriaMetricsUrl": "http://localhost:8428",
|
|
"jobLabel": "panopticon"
|
|
},
|
|
"limits": {
|
|
"maxWorkerConcurrency": 4,
|
|
"maxDiffSizeBytes": 200000,
|
|
"maxFilesPerWorkUnit": 15,
|
|
"workerTimeoutSeconds": 120,
|
|
"synthesizerTimeoutSeconds": 180
|
|
},
|
|
"stateDir": "./state",
|
|
"runsDir": "./runs"
|
|
}
|