{
  "$schema": "https://opencode.ai/config.json",
  "instructions": [
    "AGENTS.md"
  ],
  "plugin": [
    "@different-ai/opencode-browser@latest",
    "@mohak34/opencode-notifier@latest"
  ],
  "experimental": {
    "mcp_timeout": 300000
  },
  "permission": {
    "question": "allow",
    "todowrite": "allow",
    "skill": {
      "ob-*": "allow",
      "openspec-*": "allow"
    }
  },
  "skills": {
    "paths": [".agents/skills"]
  },
  "default_agent": "fullstack-engineer",
  "agent": {
    "build": { "disable": true },
    "plan": { "disable": true }
  }
}