47c1398ce7
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>
22 lines
452 B
JSON
22 lines
452 B
JSON
{
|
|
"name": "thedotmack",
|
|
"owner": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"metadata": {
|
|
"description": "Alex Newman's Claude Code plugins",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mem",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
|
"version": "4.0.2",
|
|
"author": {
|
|
"name": "Alex Newman"
|
|
}
|
|
}
|
|
]
|
|
}
|