fix(plugin): restore core: prefix on commands

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-15 16:54:53 +00:00
parent 03b77bd9db
commit 4d43b4c9bf
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
---
name: dispatch
name: core:dispatch
description: Dispatch a subagent to work on a task in a sandboxed workspace
arguments:
- name: repo

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
---
name: scan
name: core: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: status
name: core:status
description: Show status of all agent workspaces (running, completed, blocked, failed)
---

View file

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