refactor: add hooks configuration and plugin installation documentation

This commit is contained in:
Alex Newman
2025-10-16 15:09:40 -04:00
parent b44853fb2c
commit 5f05f991bc
4 changed files with 250 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "claude-mem",
"version": "3.9.16",
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
"author": "Alex Newman",
"repository": "https://github.com/thedotmack/claude-mem",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"memory",
"context",
"persistence",
"hooks",
"mcp"
]
}