agent/claude/code/commands/status.md
Snider 03b77bd9db fix(plugin): drop core: prefix — commands use code: namespace from dir
Plugin commands derive namespace from directory (claude/code/) not
the name field. Commands now: /code:dispatch, /code:status, /code:recall,
/code:review, /code:sweep, /code:scan.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 16:51:40 +00:00

11 lines
396 B
Markdown

---
name: status
description: 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.