{
  "name": "@windyroad/retrospective",
  "version": "0.27.4",
  "description": "Session retrospectives that update briefings and create problem tickets",
  "bin": {
    "windyroad-retrospective": "./bin/install.mjs"
  },
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/windyroad/agent-plugins.git",
    "directory": "packages/retrospective"
  },
  "keywords": [
    "claude-code",
    "claude-code-plugin",
    "ai-agent",
    "ai-coding"
  ],
  "files": [
    "bin/",
    "agents/",
    "hooks/",
    "skills/",
    "scripts/",
    ".claude-plugin/",
    "lib/",
    "!skills/*/eval/",
    "!hooks/test/",
    "!scripts/test/",
    "!skills/*/test/"
  ]
}
