{
  "name": "@kky42/pi-smart-compaction",
  "version": "0.1.4",
  "private": false,
  "type": "module",
  "description": "Pi-native compaction with configurable summary models and optional OpenAI Responses artifacts.",
  "license": "MIT",
  "author": "kky42",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kky42/pi-smart-compaction.git"
  },
  "homepage": "https://github.com/kky42/pi-smart-compaction#readme",
  "bugs": {
    "url": "https://github.com/kky42/pi-smart-compaction/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "compaction",
    "openai",
    "codex"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "smoke": "node --experimental-strip-types ./scripts/smoke.mjs",
    "test:unit": "node --experimental-strip-types --test ./test/*.test.ts",
    "test:integration": "node --experimental-strip-types ./tests/integration/remote-grace-rpc.ts",
    "test": "npm run typecheck && npm run test:unit && npm run smoke",
    "test:live": "node --experimental-strip-types ./tests/live/compaction-rpc-live.ts"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.83.0",
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/node": "24.12.0",
    "typescript": "5.9.3"
  }
}
