diff --git a/claude/code/commands/dispatch.md b/claude/code/commands/dispatch.md index 397c2bf..bd0d840 100644 --- a/claude/code/commands/dispatch.md +++ b/claude/code/commands/dispatch.md @@ -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 diff --git a/claude/code/commands/recall.md b/claude/code/commands/recall.md index 487b4cd..3551270 100644 --- a/claude/code/commands/recall.md +++ b/claude/code/commands/recall.md @@ -1,5 +1,5 @@ --- -name: recall +name: core: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 41b8eff..6c16ce3 100644 --- a/claude/code/commands/remember.md +++ b/claude/code/commands/remember.md @@ -1,5 +1,5 @@ --- -name: remember +name: core: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 73a2a16..e0fb463 100644 --- a/claude/code/commands/review.md +++ b/claude/code/commands/review.md @@ -1,5 +1,5 @@ --- -name: review +name: core: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 b00d51a..47eaa01 100644 --- a/claude/code/commands/scan.md +++ b/claude/code/commands/scan.md @@ -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 diff --git a/claude/code/commands/status.md b/claude/code/commands/status.md index 2a912a5..9cc0c67 100644 --- a/claude/code/commands/status.md +++ b/claude/code/commands/status.md @@ -1,5 +1,5 @@ --- -name: status +name: core: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 7cff6e0..77ed30f 100644 --- a/claude/code/commands/sweep.md +++ b/claude/code/commands/sweep.md @@ -1,5 +1,5 @@ --- -name: sweep +name: core:sweep description: Dispatch a batch audit across all Go repos in the ecosystem arguments: - name: template