21 lines
558 B
JSON
21 lines
558 B
JSON
{
|
|
"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"
|
|
]
|
|
} |