{
  "id": "cursor",
  "name": "Cursor",
  "version": "1.0.0",
  "description": "AI-first code editor with native rules and skills",
  "homepage": "https://cursor.sh",
  "capabilities": {
    "commands": true,
    "skills": true,
    "hooks": false
  },
  "directories": {
    "commands": ".cursor/commands",
    "rules": ".cursor/rules",
    "skills": ".cursor/skills/forge-workflow"
  },
  "files": {
    "rootConfig": ".cursorrules"
  },
  "setup": {
    "copyRules": true,
    "createSkill": true,
    "customSetup": "cursor"
  }
}
