05ad2dc194
version-guard workflow checks five sources must agree: mempalace/version.py, pyproject.toml, .claude-plugin/marketplace.json, .claude-plugin/plugin.json, .codex-plugin/plugin.json. Initial release commit missed the three plugin manifests.
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "mempalace",
|
|
"owner": {
|
|
"name": "milla-jovovich",
|
|
"url": "https://github.com/MemPalace"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "mempalace",
|
|
"source": "./.claude-plugin",
|
|
"description": "AI memory system — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, guided setup.",
|
|
"version": "3.3.1",
|
|
"author": {
|
|
"name": "milla-jovovich"
|
|
}
|
|
}
|
|
]
|
|
}
|