diff --git a/plugin/commands/clear-all.md b/plugin/commands/clear-all.md index c7b6536..5e94236 100644 --- a/plugin/commands/clear-all.md +++ b/plugin/commands/clear-all.md @@ -1,4 +1,5 @@ --- +name: clear-all description: Delete ALL local claude-smart learned data and restart the backend (destructive) allowed-tools: Bash(bash:*) --- diff --git a/plugin/commands/dashboard.md b/plugin/commands/dashboard.md index a884fdd..ff449aa 100644 --- a/plugin/commands/dashboard.md +++ b/plugin/commands/dashboard.md @@ -1,4 +1,5 @@ --- +name: dashboard description: Open the claude-smart dashboard (http://localhost:3001) in the browser, starting the backend and dashboard if they aren't running allowed-tools: Bash(bash:*) --- diff --git a/plugin/commands/learn.md b/plugin/commands/learn.md index a5cfbac..7b59c3a 100644 --- a/plugin/commands/learn.md +++ b/plugin/commands/learn.md @@ -1,4 +1,5 @@ --- +name: learn description: Force claude-smart to extract learnings from this session now argument-hint: [optional note to capture] allowed-tools: Bash(bash:*) diff --git a/plugin/commands/restart.md b/plugin/commands/restart.md index 5cf58b9..2114716 100644 --- a/plugin/commands/restart.md +++ b/plugin/commands/restart.md @@ -1,4 +1,5 @@ --- +name: restart description: Restart the reflexio backend and dashboard to pick up new changes allowed-tools: Bash(bash:*) --- diff --git a/plugin/commands/show.md b/plugin/commands/show.md index 2528f62..0d586e4 100644 --- a/plugin/commands/show.md +++ b/plugin/commands/show.md @@ -1,4 +1,5 @@ --- +name: show description: Show current project-specific skills and session preferences allowed-tools: Bash(bash:*) ---