agent/claude/code/commands/status.md
Snider d3bbda3698 fix(plugin): prefix commands with core: namespace to avoid clashes
/dispatch → /core:dispatch, /status → /core:status, etc.
Prevents collision with built-in Claude commands.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 14:50:35 +00:00

401 B

name description
core:status Show status of all agent workspaces (running, completed, blocked, failed)

Use the mcp__core__agentic_status tool to list all agent workspaces.

Show results as a table with columns: Name, Status, Agent, Repo, Task, Age.

For blocked workspaces, show the question from BLOCKED.md. For completed workspaces with output, show the last 10 lines of the agent log.