diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4ee6b5f..3d45661 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "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.0.2", + "version": "3.0.3", "author": { "name": "milla-jovovich" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 488f6f3..f0a3505 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mempalace", - "version": "3.0.2", + "version": "3.0.3", "description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.", "author": { "name": "milla-jovovich" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index f040014..586141c 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,18 +1,31 @@ { "name": "mempalace", - "version": "3.0.0", + "version": "3.0.3", "description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.", - "author": { "name": "milla-jovovich" }, + "author": { + "name": "milla-jovovich" + }, "homepage": "https://github.com/milla-jovovich/mempalace", "repository": "https://github.com/milla-jovovich/mempalace", "license": "MIT", - "keywords": ["memory", "ai", "rag", "mcp", "chromadb", "palace", "search"], + "keywords": [ + "memory", + "ai", + "rag", + "mcp", + "chromadb", + "palace", + "search" + ], "skills": "./skills/", "hooks": "./hooks.json", "mcpServers": { "mempalace": { "command": "python3", - "args": ["-m", "mempalace.mcp_server"] + "args": [ + "-m", + "mempalace.mcp_server" + ] } }, "interface": { @@ -21,7 +34,11 @@ "longDescription": "Give your AI a persistent memory — mine projects and conversations into a searchable palace backed by ChromaDB, with 19 MCP tools, auto-save hooks, and guided skills.", "developerName": "milla-jovovich", "category": "Coding", - "capabilities": ["Interactive", "Read", "Write"], + "capabilities": [ + "Interactive", + "Read", + "Write" + ], "websiteURL": "https://github.com/milla-jovovich/mempalace", "privacyPolicyURL": "https://github.com/milla-jovovich/mempalace", "termsOfServiceURL": "https://github.com/milla-jovovich/mempalace", diff --git a/mempalace/version.py b/mempalace/version.py index dba0e3f..065663a 100644 --- a/mempalace/version.py +++ b/mempalace/version.py @@ -1,3 +1,3 @@ """Single source of truth for the MemPalace package version.""" -__version__ = "3.0.2" +__version__ = "3.0.3"