fix(plugin): use bare command names — plugin adds code: prefix automatically

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-15 16:58:23 +00:00
parent 4d43b4c9bf
commit 4373af173b
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