mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-19 09:42:42 +00:00
20 lines
552 B
JSON
20 lines
552 B
JSON
{
|
|
"name": "memory-continuity",
|
|
"version": "2.5.0",
|
|
"description": "Zero-dependency memory continuity for OpenClaw — plain markdown, lifecycle hooks, no vector DB.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dtzp555-max/memory-continuity.git"
|
|
},
|
|
"keywords": ["openclaw", "plugin", "memory", "continuity"],
|
|
"author": "dtzp555-max",
|
|
"license": "MIT",
|
|
"openclaw": {
|
|
"type": "plugin",
|
|
"id": "memory-continuity",
|
|
"pluginManifest": "openclaw.plugin.json"
|
|
}
|
|
}
|