{
  "name": "agent-recall-cli",
  "version": "3.4.40",
  "description": "CLI for AgentRecall memory system",
  "type": "module",
  "bin": {
    "ar": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "test": "node --test test/*.test.mjs"
  },
  "keywords": [
    "agent-recall",
    "ai-memory",
    "cli",
    "memory-palace",
    "agent-memory",
    "mcp",
    "persistent-memory",
    "correction-tracking",
    "claude-code",
    "claude-mcp",
    "agent-learning",
    "session-memory",
    "compounding-memory"
  ],
  "dependencies": {
    "agent-recall-core": "3.4.40"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Goldentrii/AgentRecall-X.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/Goldentrii/AgentRecall-X#readme"
}
