{
  "name": "@xzy-ai/pi-c2",
  "version": "0.0.4",
  "description": "PI extension: delegate work to isolated in-process subagents through model-callable tools",
  "type": "module",
  "main": "./index.js",
  "files": [
    "index.js",
    "scripts/"
  ],
  "private": false,
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "typecheck": "tsgo --noEmit",
    "test": "node --test --test-force-exit --import ../../test-setup.mjs --import tsx tests/extension.test.ts tests/manager-removal.test.ts tests/postinstall.test.ts"
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@earendil-works/pi-tui": "^0.84.2",
    "diff": "^9.0.0"
  },
  "devDependencies": {
    "@xzy-ai/commands": "workspace:*",
    "@xzy-ai/core": "workspace:*",
    "@xzy-ai/mcp": "workspace:*",
    "@xzy-ai/runtime": "workspace:*",
    "@xzy-ai/tools": "workspace:*"
  },
  "publishConfig": {
    "access": "public"
  }
}
