| name | check |
| description | Run validation (format, lint, tsc, test) via sideclaw MCP tool |
Check — via sideclaw MCP
mcp__sideclaw__check is asynchronous (runs as a background job on claude-haiku-4-5 — currently on Max per SIDECLAW_WORKER_BACKEND=max; IU unified endpoint when unset):
- Call
mcp__sideclaw__check with cwd set to the target repo root → returns { jobId }.
- Call
mcp__sideclaw__job_wait({ jobId }) to block until it finishes (loop while stillRunning: true).
- On
status: "done", read result: check passed first; if false, inspect steps[n].errors.
The submit call does not return the pass/fail result — always poll job_wait.