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