← ClaudeAtlas

configlisted

View or modify orchestration settings
palginpav/orchestray · ★ 0 · AI & Automation · score 70
Install: claude install-skill palginpav/orchestray
# Orchestration Configuration The user wants to view or modify orchestration settings. ## Configuration Protocol 1. **Parse arguments**: `$ARGUMENTS` - If empty: Show all current settings - If arguments are `show federation`: go to the **show federation** section below. - If arguments are `federation disable-global`: go to the **federation disable-global** section below. - If the first argument is `repair`: go to the **repair** section below. - If one argument: Show that specific setting's current value - If two or more arguments starting with `set`: treat as `set <key> <value>` (the `set` keyword is optional; `set federation.shared_dir_enabled true` and `federation.shared_dir_enabled true` are equivalent) - If two arguments (no `set` prefix): Set the first to the value of the second 2. **Configuration file**: Settings are stored in `.orchestray/config.json`. If it does not exist, use these defaults: ```json { "auto_review": true, "max_retries": 1, "default_delegation": "sequential", "verbose": false, "complexity_threshold": 4, "force_orchestrate": false, "force_solo": false, "replan_budget": 3, "verify_fix_max_rounds": 3, "model_floor": "sonnet", "force_model": null, "haiku_max_score": 3, "opus_min_score": 6, "default_effort": null, "force_effort": null, "effort_routing": true, "enable_agent_teams": false, "max_cost_usd": null, "security_review": "auto", "tdd_mode": false, "enable_prescan": true, "enable_r