{
  "name": "@lacneu/hindsight-openclaw",
  "version": "0.9.1",
  "description": "Hindsight Memory plugin for OpenClaw with session.identityLinks support — fork of @vectorize-io/hindsight-openclaw that resolves canonical user identity from sessionKey for cross-channel memory consolidation. v0.8.0 adds recall router (heuristic + Jina classifier) and recallMinRelevance threshold to inject silence when no fact is relevant.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "hindsight-openclaw-backfill": "dist/backfill.js",
    "hindsight-openclaw-setup": "dist/setup.js"
  },
  "type": "module",
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "compat": {
      "pluginApi": ">=2026.5.0",
      "minGatewayVersion": "2026.5.0"
    }
  },
  "peerDependencies": {
    "openclaw": ">=2026.5.0"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "keywords": [
    "openclaw",
    "memory",
    "ai",
    "agent",
    "hindsight",
    "long-term-memory",
    "identity-links",
    "cross-channel"
  ],
  "author": "Olivier Neu <olivier@lacneu.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/OlivierNeu/hindsight-openclaw-plugin.git"
  },
  "files": [
    "dist",
    "openclaw.plugin.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "backfill:help": "node dist/backfill.js --help",
    "test": "vitest run src",
    "test:watch": "vitest src",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "@vectorize-io/hindsight-client": "^0.5.0",
    "@vectorize-io/hindsight-all": "^0.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@vitest/ui": "^4.1.2",
    "typescript": "^5.3.0",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=22"
  },
  "overrides": {
    "rollup": "^4.59.0",
    "picomatch": ">=2.3.2 <3.0.0 || >=4.0.4",
    "vite": ">=8.0.5"
  }
}
