--effort/--model on child argv; provider entries accept object form
{provider, model, effort}; precedence entry > work-type > profile.
Effort levels validated against the CLI's enumerated set.
Claude-Session: https://claude.ai/code/session_01YQDoWNM7XPPii28khFWoMc
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"parallel": 2,
|
|
"providers": {
|
|
"anthropic": { "profile": "~/.claude-oreillyit-anthropic", "threshold_pct": 80,
|
|
"five_hour_ceiling": 50, "min_idle": 5 },
|
|
"minimax": { "profile": "~/.claude-oreillyit-minimax", "threshold_pct": 80,
|
|
"five_hour_ceiling": 50, "min_idle": 5 }
|
|
},
|
|
"work_types": {
|
|
"review": { "providers": ["anthropic"], "effort": "high" },
|
|
"draft": { "providers": ["anthropic"], "effort": "high" },
|
|
"research": { "providers": ["anthropic", { "provider": "minimax", "effort": "medium" }],
|
|
"allowed_tools": ["WebSearch", "WebFetch"], "effort": "medium" },
|
|
"topic_ideas": { "providers": ["anthropic", "minimax"], "allowed_tools": ["WebSearch", "WebFetch"], "effort": "low" }
|
|
},
|
|
"dossiers": ["ai", "ai-technical", "devops-2020", "devops-2020-technical"],
|
|
"review_score_threshold": 11,
|
|
"max_unreviewed_research_per_dossier": 3,
|
|
"max_open_topic_proposals": 6,
|
|
"evidence_dirs": [
|
|
"~/dev/claude/octopus/goes",
|
|
"~/dev/claude/projects/agent-runtimes",
|
|
"~/dev/claude/projects/agent-runtimes-work-items"
|
|
]
|
|
}
|