Skip to content

Commit 884118a

Browse files
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

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/choiyounggi/dev-loop.git"
2121
},
2222
"homepage": "https://github.com/choiyounggi/dev-loop",
23-
"version": "0.5.0",
23+
"version": "0.6.0",
2424
"tags": [
2525
"orchestrator",
2626
"verification-loop",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev-loop",
33
"description": "loop-orchestrator's verification loop (TDD / PDCA / Reflexion) with the plan step FIXED to a wiki-grounded planning methodology (wiki-plan): every design decision is routed to a bundled semantic-layer wiki before code is written. Adds a knowledge-capture loop — sessions emit verified insights, and knowledge-flush researches, dedups, routes, and opens a wiki PR for owner review.",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"author": {
66
"name": "choiyounggi",
77
"url": "https://github.com/choiyounggi"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ dev-loop/
160160
├── .claude-plugin/{plugin,marketplace}.json
161161
├── AGENTS.md INDEX.md templates/ # wiki schema + routing entry + page template
162162
├── wiki/ # 10-domain semantic-layer knowledge base
163-
├── commands/ # slash-command wrappers (so /dev-loop:* shows in the / menu)
164-
├── skills/ # the 8 skills above
163+
├── skills/ # the 8 skills above (user-invocable; appear in the / menu by skill name)
165164
├── agents/test-quality-auditor.md # bundled independent test auditor (loop step 6.5)
166165
├── hooks/
167166
│ ├── hooks.json

commands/configure.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

commands/knowledge-flush.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

commands/loop-implement.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

commands/orchestrate.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

commands/wiki-ingest.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

commands/wiki-lint.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

commands/wiki-plan.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)