Commit 884118a
committed
Revert commands/ wrappers — skills are already indexed in the / menu
In current Claude Code, commands are merged into skills and skills are already
user-invocable and indexed in the / typeahead by default; on a same-name
collision the skill wins, so the wrappers added in 0.5.0 were shadowed no-ops
that only duplicated the inventory (details showed each name twice) and added
always-on token cost.
The user's symptom (`/dev` shows nothing, full `/dev-loop:<skill>` executes) is a
typeahead-matching detail — the menu matches by skill name / full namespace, not
the partial `dev` prefix — not a missing-entry bug. Remove commands/.
Bump 0.5.0 -> 0.6.0.1 parent 6a88ff1 commit 884118a
11 files changed
Lines changed: 3 additions & 58 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments