Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:29:41 +08:00
commit 4236420b70
13 changed files with 2222 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "memory-store",
"description": "Gives Claude persistent memory across sessions. Fully autonomous memory tracking - works immediately after install with zero configuration. Records corrections, patterns, and decisions automatically. Optional intelligence layer for proactive pattern following.",
"version": "1.2.3",
"author": {
"name": "Autotelic Team",
"email": "developers@autotelic.inc"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}