{
  "name": "pi-quiet-tools",
  "version": "0.2.0",
  "description": "Pi extension that automatically compacts large tool outputs before they enter the model context window, saving tokens while preserving full output as recoverable local artifacts.",
  "type": "module",
  "license": "MIT",
  "author": "Bruno Orsolon",
  "keywords": [
    "pi-package",
    "pi-extension",
    "quiet-tools",
    "tool-output",
    "compaction"
  ],
  "files": [
    "src",
    "prompts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/brunoorsolon/pi-quiet-tools.git"
  },
  "publishConfig": {}
}
