From 03b77bd9dbb2c185aa3f9b122ed7bd4eaaaaee89 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 15 Mar 2026 16:51:40 +0000 Subject: [PATCH] =?UTF-8?q?fix(plugin):=20drop=20core:=20prefix=20?= =?UTF-8?q?=E2=80=94=20commands=20use=20code:=20namespace=20from=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin commands derive namespace from directory (claude/code/) not the name field. Commands now: /code:dispatch, /code:status, /code:recall, /code:review, /code:sweep, /code:scan. Co-Authored-By: Virgil --- claude/code/commands/dispatch.md | 2 +- claude/code/commands/recall.md | 2 +- claude/code/commands/remember.md | 2 +- claude/code/commands/review.md | 2 +- claude/code/commands/scan.md | 2 +- claude/code/commands/status.md | 2 +- claude/code/commands/sweep.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/claude/code/commands/dispatch.md b/claude/code/commands/dispatch.md index bd0d840..397c2bf 100644 --- a/claude/code/commands/dispatch.md +++ b/claude/code/commands/dispatch.md @@ -1,5 +1,5 @@ --- -name: core:dispatch +name: dispatch description: Dispatch a subagent to work on a task in a sandboxed workspace arguments: - name: repo diff --git a/claude/code/commands/recall.md b/claude/code/commands/recall.md index 3551270..487b4cd 100644 --- a/claude/code/commands/recall.md +++ b/claude/code/commands/recall.md @@ -1,5 +1,5 @@ --- -name: core:recall +name: recall description: Search OpenBrain for memories and context arguments: - name: query diff --git a/claude/code/commands/remember.md b/claude/code/commands/remember.md index 6c16ce3..41b8eff 100644 --- a/claude/code/commands/remember.md +++ b/claude/code/commands/remember.md @@ -1,5 +1,5 @@ --- -name: core:remember +name: remember description: Save a fact or decision to context for persistence across compacts args: --- diff --git a/claude/code/commands/review.md b/claude/code/commands/review.md index e0fb463..73a2a16 100644 --- a/claude/code/commands/review.md +++ b/claude/code/commands/review.md @@ -1,5 +1,5 @@ --- -name: core:review +name: review description: Review completed agent workspace — show output, git diff, and merge options arguments: - name: workspace diff --git a/claude/code/commands/scan.md b/claude/code/commands/scan.md index 47eaa01..b00d51a 100644 --- a/claude/code/commands/scan.md +++ b/claude/code/commands/scan.md @@ -1,5 +1,5 @@ --- -name: core:scan +name: scan description: Scan Forge repos for open issues with actionable labels (agentic, help-wanted, bug) arguments: - name: org diff --git a/claude/code/commands/status.md b/claude/code/commands/status.md index 9cc0c67..2a912a5 100644 --- a/claude/code/commands/status.md +++ b/claude/code/commands/status.md @@ -1,5 +1,5 @@ --- -name: core:status +name: status description: Show status of all agent workspaces (running, completed, blocked, failed) --- diff --git a/claude/code/commands/sweep.md b/claude/code/commands/sweep.md index 77ed30f..7cff6e0 100644 --- a/claude/code/commands/sweep.md +++ b/claude/code/commands/sweep.md @@ -1,5 +1,5 @@ --- -name: core:sweep +name: sweep description: Dispatch a batch audit across all Go repos in the ecosystem arguments: - name: template