diff --git a/claude/code/commands/dispatch.md b/claude/code/commands/dispatch.md index be39cf1..80d241d 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/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) ---