| No run appears | Confirm the entrypoint reaches and awaits sovara_client.run(...). Check the terminal for a Sovara warning. |
| Run appears in the wrong project | Check the projectName passed to new SovaraClient(...). |
| An LLM or supported framework tool call is missing | Confirm the call executes and completes before the run(...) callback returns. |
| A custom operation is missing | Wrap its shared execution boundary with trace. |
| Claude Agent SDK calls are missing | Import query or startup from @sovara/runner/claude. |
| Logs mix between concurrent runs | Set captureLogs: false on concurrent top-level runs. |