{
  "name": "@wolido/async-subagent-isolation",
  "version": "1.10.1",
  "description": "Fix context rot and context pollution in long AI agent sessions. Subagents run in isolated processes; the main agent stays read-only and context stays clean.",
  "license": "MIT",
  "author": "Wolido",
  "repository": {
    "type": "git",
    "url": "https://github.com/Wolido/async-subagent-isolation.git"
  },
  "homepage": "https://github.com/Wolido/async-subagent-isolation#readme",
  "bugs": {
    "url": "https://github.com/Wolido/async-subagent-isolation/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "files": [
    "src",
    "logo.svg",
    "README.md",
    "README.en.md",
    "ADVANCED.md",
    "ADVANCED.en.md",
    "LICENSE",
    "examples/pi",
    "examples/README.md",
    "examples/README.en.md"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "subagent",
    "isolation",
    "async",
    "background",
    "context-rot",
    "context-pollution",
    "context-isolation",
    "process-isolation",
    "least-privilege",
    "agent-delegation",
    "context-degradation",
    "agent-memory",
    "context-engineering"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "^0.85.1",
    "@earendil-works/pi-ai": "^0.85.1",
    "@earendil-works/pi-coding-agent": "^0.85.1",
    "@earendil-works/pi-tui": "^0.85.1",
    "@types/node": "^20.0.0",
    "typebox": "*",
    "typescript": "^5.4.0",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
