ae90b26995
Reverted from GitHub-hosted marketplace to local marketplace file installation method. This allows us to resolve issues with better-sqlite3 native module builds before enabling GitHub marketplace distribution. Changes: - Simplified .claude-plugin/marketplace.json (removed metadata, version fields) - Updated README installation instructions to use local .claude-plugin/marketplace.json - Bumped version to 4.0.4 Installation now requires cloning the repo and using: /plugin marketplace add .claude-plugin/marketplace.json Will restore GitHub marketplace method once native module issues are resolved. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
223 B
JSON
14 lines
223 B
JSON
{
|
|
"name": "thedotmack",
|
|
"owner": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mem",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code"
|
|
}
|
|
]
|
|
}
|