Dispatch Mushi fix agent
dispatch_fixDispatches a fix orchestrator for a bug report, opens a signed draft pull request, and returns a fix attempt ID to poll for progress.
Instructions
Dispatch the Mushi agentic fix orchestrator for a classified report. Set agent="cursor_cloud" to dispatch a Cursor Cloud Agent that opens a signed draft PR. Returns a fix_attempt id; poll get_fix_timeline for progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Report UUID to fix | |
| agent | No | Override the agent adapter | |
| idempotencyKey | No | Optional RFC 4122 UUID. Resend the same key to safely retry without dispatching a duplicate fix job (Idempotency-Key IETF draft). | |
| inventoryActionNodeId | No | Optional inventory Action node UUID for spec-traceability (ยง2.10). When provided, the fix-worker embeds the expected_outcome contract in the LLM prompt and runs validateAgainstSpec before opening the PR. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixId | Yes | ||
| status | Yes |