claude-self-reflect
Version:
Give Claude perfect memory of all your conversations. Single binary, zero dependencies.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "claude-self-reflect",
"version": "8.3.0",
"description": "Give Claude perfect memory of all your conversations. Single binary, zero dependencies.",
"keywords": [
"claude",
"mcp",
"model-context-protocol",
"semantic-search",
"conversation-memory",
"vector-search",
"ai-memory",
"claude-code"
],
"homepage": "https://github.com/ramakay/claude-self-reflect#readme",
"bugs": {
"url": "https://github.com/ramakay/claude-self-reflect/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramakay/claude-self-reflect.git"
},
"license": "MIT",
"author": "Claude-Self-Reflect Contributors",
"type": "module",
"bin": {
"claude-self-reflect": "installer/cli.js"
},
"files": [
"installer/cli.js",
"installer/postinstall.js",
"installer/statusline-setup.js",
"README.md",
"LICENSE"
],
"scripts": {
"postinstall": "node installer/postinstall.js"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}