{
  "name": "pi-loop-guard",
  "version": "1.0.4",
  "description": "Pi coding agent extension that detects repeating tool-call loops and breaks them before they waste tokens.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "loop-detection",
    "agent-guard",
    "llm-tools"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GDWhisper/pi-loop-guard.git"
  },
  "files": [
    "extensions/",
    "README.md",
    "README_en.md"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
