New commands: - /core:review — review agent workspace output, diff, merge options - /core:sweep — batch dispatch audit across all Go repos Updated /core:dispatch with persona argument support. Co-Authored-By: Virgil <virgil@lethean.io>
1.1 KiB
1.1 KiB
| name | description | arguments | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| core:dispatch | Dispatch a subagent to work on a task in a sandboxed workspace |
|
Dispatch a subagent to work on $ARGUMENTS.repo with task: $ARGUMENTS.task
Use the mcp__core__agentic_dispatch tool with:
- repo: $ARGUMENTS.repo
- task: $ARGUMENTS.task
- agent: $ARGUMENTS.agent
- template: $ARGUMENTS.template
- plan_template: $ARGUMENTS.plan (if provided)
- persona: $ARGUMENTS.persona (if provided)
After dispatching, report the workspace dir, PID, and whether it was queued or started immediately.