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>
24 lines
716 B
JSON
24 lines
716 B
JSON
{
|
|
"id": "mc",
|
|
"name": "Memory Continuity Commands",
|
|
"description": "Slash commands for Memory Continuity — /mc state, /mc history, /mc search, /mc settings, etc.",
|
|
"version": "2.0.0",
|
|
"author": { "name": "dtzp555-max", "url": "https://github.com/dtzp555-max" },
|
|
"license": "MIT",
|
|
"category": "commands",
|
|
"tags": ["memory", "commands", "search", "recall"],
|
|
"icon": "terminal",
|
|
"requires": ["memory-continuity"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"memoryDir": {
|
|
"type": "string",
|
|
"default": "",
|
|
"description": "Override memory directory path (auto-detected from workspace if empty)"
|
|
}
|
|
}
|
|
}
|
|
}
|