Files
small-scripts/data/idle-draft/config.example.json
Paul O'Reilly 75add58246 idle-draft: per-work-type allowed_tools; research must web-search for stories
Research and topic_ideas runs get --allowedTools WebSearch,WebFetch;
research template mandates >=1 web search for related stories with
full-URL + access-date citations under the dossier's status labels.

Claude-Session: https://claude.ai/code/session_01YQDoWNM7XPPii28khFWoMc
2026-08-02 21:32:35 +12:00

25 lines
1013 B
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"] },
"draft": { "providers": ["anthropic"] },
"research": { "providers": ["anthropic", "minimax"], "allowed_tools": ["WebSearch", "WebFetch"] },
"topic_ideas": { "providers": ["anthropic", "minimax"], "allowed_tools": ["WebSearch", "WebFetch"] }
},
"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"
]
}