{
  "$schema": "./omo-omcs.schema.json",

  "model_mapping": {
    "tierDefaults": {
      "haiku": "github-copilot/claude-haiku-4.5",
      "sonnet": "github-copilot/claude-sonnet-4.5",
      "opus": "github-copilot/claude-opus-4.5"
    },
    "debugLogging": false
  },

  "agents": {
    "architect": {
      "tier": "opus"
    },
    "executor": {
      "model": "github-copilot/claude-sonnet-4.5",
      "temperature": 0.3
    },
    "explore": {
      "tier": "haiku"
    }
  },

  "background_task": {
    "defaultConcurrency": 5
  },

  "ralph_loop": {
    "enabled": true,
    "default_max_iterations": 100
  }
}
