-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 1.48 KB
/
config.json
File metadata and controls
24 lines (24 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"agents": {
"prd-generator": { "model": "claude-opus-4-5-20251101", "maxTurns": 30, "maxBudgetUsd": 2.00 },
"prd-analyzer": { "model": "claude-opus-4-5-20251101", "maxTurns": 20, "maxBudgetUsd": 1.00 },
"business-analyzer": { "model": "claude-opus-4-6", "maxTurns": 30, "maxBudgetUsd": 2 },
"clarification-answerer": { "model": "claude-opus-4-5-20251101", "maxTurns": 30, "maxBudgetUsd": 1.50 },
"planner": { "model": "claude-opus-4-5-20251101", "maxTurns": 30, "maxBudgetUsd": 2.00 },
"microplanner": { "model": "claude-opus-4-5-20251101", "maxTurns": 30, "maxBudgetUsd": 3 },
"implementer": { "model": "claude-opus-4-5-20251101", "maxTurns": 50, "maxBudgetUsd": 3.00 },
"verifier": { "model": "claude-opus-4-5-20251101", "maxTurns": 30, "maxBudgetUsd": 1.00 },
"final-verifier": { "model": "claude-opus-4-5-20251101", "maxTurns": 30, "maxBudgetUsd": 2.00 }
},
"limits": {
"maxBusinessClarificationRounds": 3,
"maxClarificationRounds": 5,
"maxQuestionsPerAnswererInstance": 5,
"maxImplementationIterations": 3,
"maxPipelineRetries": 2,
"agentTimeoutMinutes": 30
},
"defaultMode": "interactive",
"buildCommands": ["docker run --rm -v /Users/mu/Coding/scio--progress-path:/src -w /src/ProgressPath mcr.microsoft.com/dotnet/sdk:8.0 dotnet build"],
"projectContext": ""
}