workflows/default/settings/settings.default.json
|
{ "instance_id": null, "workflow": "default", "provider": "claude", "permission_mode": null, "analysis": { "auto_approve_splits": false, "split_threshold_effort": "XL", "question_timeout_hours": null, "mode": "on-demand", "model": "Opus" }, "execution": { "model": "Opus", "max_concurrent": 1 }, "editor": { "name": "off", "custom_command": "" }, "costs": { "hourly_rate": 50, "ai_cost_per_task": 0.50, "ai_speedup_factor": 10, "currency": "USD" }, "operations": { "file_retry_count": 3, "file_retry_base_ms": 50 }, "logging": { "console_level": "Info", "file_level": "Debug", "retention_days": 7, "max_file_size_mb": 50 }, "mothership": { "enabled": false, "server_url": "", "api_key": "", "channel": "teams", "recipients": [], "project_name": "", "project_description": "", "poll_interval_seconds": 30, "sync_tasks": true, "sync_questions": true }, "file_listener": { "enabled": false, "watchers": [ { "folder": "product/briefing", "filter": "*", "events": ["created"], "description": "New document in product briefing" } ] } } |