{
  "name": "@jnsahaj/pi-lumen-diff",
  "version": "0.3.0",
  "description": "Pi extension that opens lumen on the diff after each agent turn and feeds annotations back as the next user message",
  "type": "module",
  "license": "MIT OR Apache-2.0",
  "homepage": "https://github.com/jnsahaj/lumen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jnsahaj/lumen.git",
    "directory": "integrations/pi/extension"
  },
  "keywords": ["pi-package", "lumen", "code-review", "diff", "coding-agent"],
  "pi": {
    "extensions": ["./"]
  },
  "files": ["index.ts", "README.md"],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0",
    "@types/node": ">=20"
  }
}
