mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-19 09:42:42 +00:00
- Add marketplace metadata to both plugin manifests (author, license, category, tags) - Declare lossless-claw complementary positioning via interop field - Expose mc:recall as programmatic service (api.exposeService) - Fix CJK hashtag regex to support Unicode property escapes - Create MARKETPLACE.md for marketplace listing - Update README with marketplace install, interop docs, and API docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
585 B
JSON
20 lines
585 B
JSON
{
|
|
"name": "memory-continuity",
|
|
"version": "4.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", "state", "recovery", "markdown"],
|
|
"author": "dtzp555-max",
|
|
"license": "MIT",
|
|
"openclaw": {
|
|
"type": "plugin",
|
|
"id": "memory-continuity",
|
|
"pluginManifest": "openclaw.plugin.json"
|
|
}
|
|
}
|