feat: Add marketplace metadata and sync plugin version
Updates marketplace.json with: - Marketplace metadata (description, version) - Plugin version synced to 4.0.2 - Full plugin description from plugin.json - Author information for discoverability Users can now install via: /plugin marketplace add thedotmack/claude-mem /plugin install claude-mem 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,11 +3,19 @@
|
|||||||
"owner": {
|
"owner": {
|
||||||
"name": "Alex Newman"
|
"name": "Alex Newman"
|
||||||
},
|
},
|
||||||
|
"metadata": {
|
||||||
|
"description": "Alex Newman's Claude Code plugins",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "claude-mem",
|
"name": "claude-mem",
|
||||||
"source": "./plugin",
|
"source": "./plugin",
|
||||||
"description": "Persistent memory system for Claude Code"
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
||||||
|
"version": "4.0.2",
|
||||||
|
"author": {
|
||||||
|
"name": "Alex Newman"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user