Record a debugging hypothesis
hypothesis_createRecord a falsifiable hypothesis about a bug's root cause during debugging, so instrumentation can confirm or refute it.
Instructions
Records a falsifiable hypothesis about the root cause of a bug within a debugging session. Form several distinct, competing hypotheses rather than one — the point of instrumentation is to gather evidence that can confirm some and refute others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rationale | No | Why this is plausible given the code/symptoms so far. | |
| sessionId | Yes | ||
| statement | Yes | e.g. "the memoization cache key omits userId, causing cross-user collisions". |