{
  "name": "@matthewfl/pi-contemplator",
  "version": "0.2.0",
  "description": "A Pi extension that keeps long-running agentic sessions on track with background memory, contemplation, and structural review.",
  "type": "module",
  "license": "MIT",
  "author": "matthewfl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matthewfl/pi-contemplator.git"
  },
  "homepage": "https://github.com/matthewfl/pi-contemplator#readme",
  "bugs": {
    "url": "https://github.com/matthewfl/pi-contemplator/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi",
    "pi-agent",
    "pi-package",
    "extension",
    "contemplator",
    "observational-memory",
    "memory",
    "compaction",
    "agentic"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src/",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "npm run test:unit && npm run test:e2e",
    "test:unit": "vitest run",
    "test:e2e": "node tests/e2e/rpc-contemplator.mjs && node tests/e2e/rpc-contemplator-history.mjs && node tests/e2e/rpc-summarizer.mjs && node tests/e2e/rpc-delivery.mjs && node tests/e2e/rpc-restore-review.mjs && node tests/e2e/rpc-compaction.mjs && node tests/e2e/rpc-compaction-resilience.mjs && node tests/e2e/rpc-memory-edges.mjs && node tests/e2e/rpc-observer-length.mjs && node tests/e2e/rpc-routing-isolation.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "^0.86.0",
    "@earendil-works/pi-ai": "^0.86.0",
    "@earendil-works/pi-coding-agent": "^0.86.0",
    "@earendil-works/pi-tui": "^0.86.0"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "^0.86.0",
    "@earendil-works/pi-ai": "^0.86.0",
    "@earendil-works/pi-coding-agent": "^0.86.0",
    "@earendil-works/pi-server": "^0.86.0",
    "@earendil-works/pi-tui": "^0.86.0",
    "@types/node": "^22.0.0",
    "typebox": "^1.1.38",
    "typescript": "^5.6.0",
    "vitest": "^4.1.5"
  }
}
