{
  "id": "opencode",
  "name": "OpenCode",
  "version": "1.0.0",
  "description": "Open-source agent with native config and agent definitions",
  "homepage": "https://opencode.ai",
  "capabilities": {
    "commands": true,
    "skills": false,
    "hooks": false
  },
  "directories": {
    "commands": ".opencode/commands",
    "agents": ".opencode/agents"
  },
  "files": {
    "rootConfig": "opencode.json"
  },
  "setup": {
    "copyCommands": true,
    "customSetup": "opencode"
  }
}
