{
  "name": "@dmpunk/pi-agy",
  "version": "0.4.0",
  "description": "Delegate low-level tasks (writing code, exploring codebases, research passes) to Google Antigravity's agy CLI / Gemini agent from pi. Live status shows what the agent is doing (file edited, command run) and agy_fleet fans out multiple agents in parallel. Pi stays the orchestrator and verifies the agent's work. Zero-residue, installable/uninstallable as a pi package.",
  "type": "module",
  "engines": {
    "node": ">=22.18.0"
  },
  "exports": {
    ".": "./index.ts"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test \"tests/*.test.ts\"",
    "test:watch": "node --test --watch \"tests/*.test.ts\"",
    "audit:runtime": "npm audit --omit=dev --omit=peer",
    "pack:check": "npm pack --dry-run",
    "release:verify": "npm run typecheck && npm test && npm run pack:check",
    "preversion": "npm run release:verify",
    "prepublishOnly": "npm run typecheck && npm test"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "antigravity",
    "agy",
    "gemini",
    "agent",
    "delegation",
    "orchestration",
    "fleet",
    "fan-out",
    "parallel"
  ],
  "author": "d1pankarmedhi",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d1pankarmedhi/pi-agy.git"
  },
  "bugs": {
    "url": "https://github.com/d1pankarmedhi/pi-agy/issues"
  },
  "homepage": "https://github.com/d1pankarmedhi/pi-agy#readme",
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "SECURITY.md"
  ],
  "devDependencies": {
    "@earendil-works/pi-tui": "^0.85.1",
    "@types/node": "^26.5.0",
    "typescript": "^7.0.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
