Files
panopticon/config.json
2026-04-06 15:09:41 +02:00

37 lines
886 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": "anthropic/claude-sonnet-4-5",
"worker": "anthropic/claude-haiku-4-5",
"synthesizer": "anthropic/claude-sonnet-4-5"
},
"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"
}