{
  "name": "pi-automem-bridge",
  "version": "1.0.0",
  "description": "Automatic long-term memory recall and policy-gated writes for pi agents via AutoMem MCP",
  "keywords": [
    "pi-package",
    "pi-extension",
    "automem",
    "mcp",
    "memory",
    "long-term-memory",
    "semantic-memory",
    "memory-write-policy",
    "agent-memory"
  ],
  "license": "MIT",
  "author": "vaniteav",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaniteav/pi-automem-bridge.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.78.0 <0.81.0",
    "typebox": "*"
  },
  "scripts": {
    "test": "tsx tests/unit.ts && tsx tests/phase2-policy.ts && tsx tests/review-fixes.ts",
    "test:smoke": "tsx tests/phase1-smoke.ts",
    "test:live": "tsx tests/phase2-live-write.ts",
    "preflight": "node scripts/preflight.mjs",
    "prepublishOnly": "node scripts/preflight.mjs"
  },
  "devDependencies": {
    "tsx": "^4.20.6"
  },
  "dependencies": {},
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "bugs": {
    "url": "https://github.com/vaniteav/pi-automem-bridge/issues"
  },
  "homepage": "https://github.com/vaniteav/pi-automem-bridge#readme",
  "files": [
    "src",
    "skills",
    "prompts",
    "examples",
    "README.md",
    "LICENSE"
  ]
}
