mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-19 09:42:42 +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>
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"name": "mc-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Slash commands for Memory Continuity — /mc state, /mc history, /mc search, etc.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": ["openclaw", "plugin", "memory", "continuity"],
|
|
"license": "MIT",
|
|
"openclaw": {
|
|
"type": "plugin",
|
|
"id": "mc",
|
|
"pluginManifest": "openclaw.plugin.json"
|
|
}
|
|
}
|