fix: correct JSON structure in marketplace.json for plugin definition
This commit is contained in:
@@ -8,9 +8,11 @@
|
|||||||
"homepage": "https://github.com/thedotmack/claude-mem"
|
"homepage": "https://github.com/thedotmack/claude-mem"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"thedotmack": {
|
{
|
||||||
"name": "claude-mem",
|
"name": "claude-mem",
|
||||||
"version": "8.0.3",
|
"version": "8.0.3",
|
||||||
"description": "Memory compression system for Claude Code",
|
"source": "./plugin",
|
||||||
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user