Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugin/commands/clear-all.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: clear-all
description: Delete ALL local claude-smart learned data and restart the backend (destructive)
allowed-tools: Bash(bash:*)
---
Expand Down
1 change: 1 addition & 0 deletions plugin/commands/dashboard.md
Original file line number Diff line number Diff line change
@@ -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:*)
---
Expand Down
1 change: 1 addition & 0 deletions plugin/commands/learn.md
Original file line number Diff line number Diff line change
@@ -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:*)
Expand Down
1 change: 1 addition & 0 deletions plugin/commands/restart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: restart
description: Restart the reflexio backend and dashboard to pick up new changes
allowed-tools: Bash(bash:*)
---
Expand Down
1 change: 1 addition & 0 deletions plugin/commands/show.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: show
description: Show current project-specific skills and session preferences
allowed-tools: Bash(bash:*)
---
Expand Down