{
  "name": "pi-persistent-intelligence",
  "version": "0.13.0",
  "description": "Governed long-term memory, built-in session search, and optional Obsidian vault integration for the pi coding agent.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mont3ll/pi-persistent-intelligence.git"
  },
  "bugs": {
    "url": "https://github.com/Mont3ll/pi-persistent-intelligence/issues"
  },
  "homepage": "https://github.com/Mont3ll/pi-persistent-intelligence#readme",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "index.ts",
  "files": [
    "index.ts",
    "src",
    "skills",
    "docs/wiki",
    "docs/retain-recall-reflect.md",
    "docs/pi-memory-contract.md",
    "docs/pi-governance-rs-compatibility.md",
    "docs/standalone-vs-shared-mode.md",
    "docs/export-import-pi-governance.md",
    "docs/commands.md",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-coding-agent",
    "persistent-intelligence",
    "memory",
    "session-search",
    "agent-memory",
    "long-term-memory",
    "obsidian",
    "qmd",
    "zettelkasten",
    "llm-wiki",
    "governed-memory",
    "bm25",
    "knowledge-base"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "test": "bun test",
    "test:stress": "bun test test/stress",
    "typecheck": "tsc --noEmit",
    "eval": "bun eval/run-evals.ts",
    "release-audit": "bun run typecheck && bun test && bun run eval && bun run test:stress && npm pack --dry-run",
    "prepublishOnly": "bun run typecheck && bun test"
  },
  "dependencies": {
    "@earendil-works/pi-tui": "^0.74.0",
    "@sinclair/typebox": "latest"
  },
  "devDependencies": {
    "@types/bun": "^1.3.13",
    "typescript": "latest"
  }
}
