Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:22 +08:00
commit d9be238c06
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "claude-mem",
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
"version": "4.2.1",
"author": {
"name": "Alex Newman (Original), Sceleratis (Fork)"
},
"hooks": [
"./hooks"
]
}