refactor: update skill names to include 'mempalace:' prefix for consistency
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: help
|
name: mempalace:help
|
||||||
description: Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture.
|
description: Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: init
|
name: mempalace:init
|
||||||
description: Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works.
|
description: Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: mine
|
name: mempalace:mine
|
||||||
description: Mine projects and conversations into the MemPalace. Supports project files, conversation exports, and auto-classification.
|
description: Mine projects and conversations into the MemPalace. Supports project files, conversation exports, and auto-classification.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: search
|
name: mempalace:search
|
||||||
description: Search your memories across the MemPalace using semantic search with wing/room filtering.
|
description: Search your memories across the MemPalace using semantic search with wing/room filtering.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: status
|
name: mempalace:status
|
||||||
description: Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions.
|
description: Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,7 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add .claude-plugin/plugin.json .claude-plugin/marketplace.json
|
git add .claude-plugin/plugin.json .claude-plugin/marketplace.json
|
||||||
git diff --staged --quiet || git commit -m "chore: sync plugin version to ${{ steps.version.outputs.version }}" && git push
|
if ! git diff --staged --quiet; then
|
||||||
|
git commit -m "chore: sync plugin version to ${{ steps.version.outputs.version }}"
|
||||||
|
git push
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user