{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hey-fr3k": {
      "type": "local",
      "command": ["npx", "-y", "hey-fr3k"]
    },
    "fr3k-think": {
      "type": "local",
      "command": ["npx", "-y", "fr3k-think"]
    },
    "md-mcp": {
      "type": "local",
      "command": ["npx", "-y", "md-mcp"]
    },
    "unified-pantheon-mcp": {
      "type": "local",
      "command": ["npx", "-y", "unified-pantheon-mcp"]
    }
  },
  "instructions": [".opencode/OPENCODE.md"],
  "agent": {
    "plan": {
      "prompt": "You are an expert technical architect. Create detailed implementation plans breaking down complex tasks into actionable steps. Use the fr3k methodology: recall_fr3k for context, add_task for requirements, store_fr3k for decisions."
    },
    "build": {
      "prompt": "You are a senior software engineer. Implement code changes following best practices. Always: 1) Read files before editing, 2) Verify APIs exist, 3) Test changes work, 4) Store solutions with store_fr3k."
    }
  },
  "theme": "dark",
  "permission": {
    "edit": "ask",
    "bash": "ask",
    "web_fetch": "allow"
  }
}
