chore: sync plugin version to 3.0.0
This commit is contained in:
+65
-14
@@ -2,32 +2,83 @@
|
|||||||
"name": "mempalace",
|
"name": "mempalace",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.",
|
"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"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"Stop": "hooks/mempal-stop-hook.sh",
|
"Stop": "hooks/mempal-stop-hook.sh",
|
||||||
"PreCompact": "hooks/mempal-precompact-hook.sh"
|
"PreCompact": "hooks/mempal-precompact-hook.sh"
|
||||||
},
|
},
|
||||||
"skills": [
|
"skills": [
|
||||||
{ "name": "init", "file": "skills/init/SKILL.md" },
|
{
|
||||||
{ "name": "search", "file": "skills/search/SKILL.md" },
|
"name": "init",
|
||||||
{ "name": "mine", "file": "skills/mine/SKILL.md" },
|
"file": "skills/init/SKILL.md"
|
||||||
{ "name": "help", "file": "skills/help/SKILL.md" },
|
},
|
||||||
{ "name": "status", "file": "skills/status/SKILL.md" }
|
{
|
||||||
|
"name": "search",
|
||||||
|
"file": "skills/search/SKILL.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mine",
|
||||||
|
"file": "skills/mine/SKILL.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "help",
|
||||||
|
"file": "skills/help/SKILL.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "status",
|
||||||
|
"file": "skills/status/SKILL.md"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"commands": [
|
"commands": [
|
||||||
{ "name": "mempalace:help", "description": "Show MemPalace help — available tools, skills, architecture", "skill": "help" },
|
{
|
||||||
{ "name": "mempalace:init", "description": "Set up MemPalace — install, configure MCP, onboard", "skill": "init" },
|
"name": "mempalace:help",
|
||||||
{ "name": "mempalace:search", "description": "Search your memories across the palace", "skill": "search" },
|
"description": "Show MemPalace help — available tools, skills, architecture",
|
||||||
{ "name": "mempalace:mine", "description": "Mine projects and conversations into the palace", "skill": "mine" },
|
"skill": "help"
|
||||||
{ "name": "mempalace:status", "description": "Show palace overview — wings, rooms, drawer counts", "skill": "status" }
|
},
|
||||||
|
{
|
||||||
|
"name": "mempalace:init",
|
||||||
|
"description": "Set up MemPalace — install, configure MCP, onboard",
|
||||||
|
"skill": "init"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mempalace:search",
|
||||||
|
"description": "Search your memories across the palace",
|
||||||
|
"skill": "search"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mempalace:mine",
|
||||||
|
"description": "Mine projects and conversations into the palace",
|
||||||
|
"skill": "mine"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mempalace:status",
|
||||||
|
"description": "Show palace overview — wings, rooms, drawer counts",
|
||||||
|
"skill": "status"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"mcp": {
|
"mcp": {
|
||||||
"mempalace": {
|
"mempalace": {
|
||||||
"command": "python3",
|
"command": "python3",
|
||||||
"args": ["-m", "mempalace.mcp_server"]
|
"args": [
|
||||||
|
"-m",
|
||||||
|
"mempalace.mcp_server"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keywords": ["memory", "ai", "rag", "mcp", "chromadb", "palace", "search"],
|
"keywords": [
|
||||||
"repository": { "type": "git", "url": "https://github.com/milla-jovovich/mempalace" }
|
"memory",
|
||||||
|
"ai",
|
||||||
|
"rag",
|
||||||
|
"mcp",
|
||||||
|
"chromadb",
|
||||||
|
"palace",
|
||||||
|
"search"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/milla-jovovich/mempalace"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user