{
  "name": "copilot",
  "displayName": "VS Code Copilot",
  "version": "1.0.0",
  "description": "VS Code Copilot reads .agent.md files natively via plugin.json — no agent transformation needed. This adapter handles instructions deployment to .github/instructions/ for Copilot auto-discovery.",
  "notes": "VS Code Copilot (>=1.99) auto-discovers *.instructions.md files from .github/instructions/ without any settings.json entry. instructionsOutputDir resolves relative to repo root via ../../ prefix.",

  "outputDir": "agents",
  "fileExtension": ".agent.md",

  "frontmatter": {
    "include": ["mcpServers"],
    "exclude": []
  },

  "toolMap": {},
  "excludeTools": [],

  "skipAgentSync": true,

  "deployInstructions": true,
  "instructionsOutputDir": "../../.github/instructions",

  "deployAgents": true,
  "agentsOutputDir": "../../.github/agents",

  "deployCommands": true,
  "deploySkills": true,

  "capabilityFlags": {
    "orchestration": false,
    "approval": false,
    "diagnostics": true,
    "browser-ui": true,
    "ide-local": true,
    "github-service": true
  }
}
