fix(plugin): drop core: prefix — commands use code: namespace from dir

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 <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-15 16:51:40 +00:00
parent 290a582656
commit 03b77bd9db
7 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
---
name: core:recall
name: recall
description: Search OpenBrain for memories and context
arguments:
- name: query

View file

@ -1,5 +1,5 @@
---
name: core:remember
name: remember
description: Save a fact or decision to context for persistence across compacts
args: <fact to remember>
---

View file

@ -1,5 +1,5 @@
---
name: core:review
name: review
description: Review completed agent workspace — show output, git diff, and merge options
arguments:
- name: workspace

View file

@ -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

View file

@ -1,5 +1,5 @@
---
name: core:status
name: status
description: Show status of all agent workspaces (running, completed, blocked, failed)
---

View file

@ -1,5 +1,5 @@
---
name: core:sweep
name: sweep
description: Dispatch a batch audit across all Go repos in the ecosystem
arguments:
- name: template