{
  "name": "@claudeautopm/plugin-pm-github",
  "version": "1.0.0",
  "schemaVersion": "2.0",
  "displayName": "GitHub Integration",
  "description": "GitHub integration plugin with issues, PRs, sync, and workflow automation",
  "category": "project-management",
  "metadata": {
    "category": "Project Management",
    "author": "ClaudeAutoPM Team",
    "license": "MIT",
    "homepage": "https://github.com/rafeekpro/ClaudeAutoPM",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/rafeekpro/ClaudeAutoPM.git",
      "directory": "packages/plugin-pm-github"
    },
    "size": "~15 KB (gzipped)",
    "required": false,
    "tags": [
      "github",
      "issues",
      "pull-requests",
      "sync",
      "integration"
    ]
  },
  "commands": [
    {
      "subdirectory": "commands/",
      "description": "GitHub integration commands (18 total)",
      "type": "collection",
      "categories": {
        "pm": "GitHub issue and epic sync commands (17)",
        "github": "GitHub workflow commands (1)"
      },
      "discovery": "auto",
      "tags": [
        "github",
        "issues",
        "sync",
        "epic",
        "pull-requests"
      ]
    }
  ],
  "features": {
    "github_issues": {
      "enabled": true,
      "description": "GitHub issue management and tracking"
    },
    "github_sync": {
      "enabled": true,
      "description": "Bidirectional GitHub synchronization"
    },
    "github_workflows": {
      "enabled": true,
      "description": "GitHub Actions workflow creation"
    },
    "epic_github_integration": {
      "enabled": true,
      "description": "Epic sync with GitHub issues"
    }
  },
  "dependencies": [],
  "peerPlugins": [
    "@claudeautopm/plugin-core",
    "@claudeautopm/plugin-pm"
  ],
  "keywords": [
    "claudeautopm",
    "github",
    "issues",
    "pull-requests",
    "sync",
    "workflows",
    "integration"
  ],
  "compatibleWith": ">=3.0.0"
}
