{
  "name": "pi-ctx-vars",
  "version": "0.3.1",
  "description": "Variable-based context management for pi: realtime variable population, agent-controlled compaction (pin/archive/drop), and a persistent SQLite store with SQL retrieval.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "context-management",
    "compaction",
    "memory",
    "agent",
    "llm",
    "sqlite"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitmvk/pi-ctx-vars.git"
  },
  "files": [
    "*.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@types/node": "^26.2.0",
    "typebox": "^1.3.11",
    "typescript": "^7.0.2"
  }
}
