refactor: simplify plugin.json by removing unused hooks and commands

This commit is contained in:
Tal Muskal
2026-04-08 18:37:46 +03:00
parent 94a41913a3
commit 2f83518415
+2 -57
View File
@@ -6,59 +6,7 @@
"name": "milla-jovovich" "name": "milla-jovovich"
}, },
"license": "MIT", "license": "MIT",
"hooks": { "skills": "./skills/",
"Stop": "hooks/mempal-stop-hook.sh",
"PreCompact": "hooks/mempal-precompact-hook.sh"
},
"skills": [
{
"name": "init",
"file": "skills/init/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": [
{
"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: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",
@@ -77,8 +25,5 @@
"palace", "palace",
"search" "search"
], ],
"repository": { "repository": "https://github.com/milla-jovovich/mempalace"
"type": "git",
"url": "https://github.com/milla-jovovich/mempalace"
}
} }