{
  "name": "pi-condense",
  "version": "2.9.1",
  "description": "Pi coding-agent extension that summarizes completed tool-call batches, replaces raw outputs with short stubs, compresses closed tool-call chains, and recovers any original on demand via context_tree_query.",
  "author": "Jacek Juraszek",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jjuraszek/pi-condense.git"
  },
  "homepage": "https://github.com/jjuraszek/pi-condense#readme",
  "bugs": {
    "url": "https://github.com/jjuraszek/pi-condense/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "context",
    "context-management",
    "context-pruning",
    "pruning",
    "summarization",
    "llm",
    "prompt-caching",
    "ai"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "index.ts",
    "src/**/*.ts",
    "README.md",
    "CHANGELOG.md",
    "PRUNING.md"
  ],
  "scripts": {
    "check:agents-core": "node scripts/check-agents-core.mjs",
    "test": "bun test src/"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/jjuraszek/pi-condense/main/pi-condense.png"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://buymeacoffee.com/jjurasszek"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.83.0",
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0",
    "@sinclair/typebox": "^0.34.52"
  }
}
