mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-21 21:15:07 +00:00
New companion plugin (mc-plugin/) registers /mc as a native OpenClaw slash command with 10 subcommands: state, history, restore, clear, search, settings, compact, export. All commands work across multiple agent workspaces and return instant responses (direct file reads, no model invocation). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
552 B
JSON
20 lines
552 B
JSON
{
|
|
"name": "memory-continuity",
|
|
"version": "3.0.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"
|
|
}
|
|
}
|