{
  "name": "pi-async-compaction",
  "version": "0.1.7",
  "description": "Async context compaction for the Pi coding agent: precompute background summaries for long sessions.",
  "license": "MIT",
  "type": "module",
  "packageManager": "bun@1.3.9",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/almogdepaz/pi-async-compaction.git"
  },
  "bugs": {
    "url": "https://github.com/almogdepaz/pi-async-compaction/issues"
  },
  "homepage": "https://github.com/almogdepaz/pi-async-compaction#readme",
  "scripts": {
    "test": "bun test",
    "check": "bun --check src/*.ts",
    "typecheck": "tsc --noEmit --strict --moduleResolution Bundler --module ESNext --target ES2022 --skipLibCheck --types node --types bun src/*.ts scripts/*.ts test/*.ts",
    "release:check": "bun scripts/check-release.ts"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "pi-async-compaction",
    "async-compaction",
    "async-context-compaction",
    "background-compaction",
    "context-compaction",
    "compaction",
    "context-management",
    "context-window",
    "token-management",
    "long-sessions",
    "coding-agent",
    "ai-agent",
    "llm-context",
    "developer-tools"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./core": "./src/core.ts"
  },
  "files": [
    "src/adapter.ts",
    "src/core.ts",
    "src/constants.ts",
    "src/diagnostics.ts",
    "src/index.ts",
    "src/job.ts",
    "src/preparation.ts",
    "src/runtime-state.ts",
    "src/types.ts",
    "src/utils.ts",
    "src/validation.ts",
    "README.md",
    "ASYNC_COMPACTION_DESIGN.md",
    "CHANGELOG.md",
    "docs/async-compaction-adapters.md",
    "docs/async-context-compaction.md",
    "media/social-preview.png",
    "llms.txt",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/almogdepaz/pi-async-compaction/main/media/social-preview.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.80.3 <0.85.0",
    "@earendil-works/pi-agent-core": ">=0.80.3 <0.85.0",
    "@earendil-works/pi-coding-agent": ">=0.80.3 <0.85.0"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.84.1",
    "@earendil-works/pi-ai": "0.84.1",
    "@earendil-works/pi-coding-agent": "0.84.1",
    "@types/bun": "^1.3.14",
    "@types/node": "^26.0.1",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "brace-expansion": "5.0.9",
    "protobufjs": "7.6.5"
  }
}
