Move a hypothesis along, or close it
resolve_hypothesisRecord what testing a hypothesis showed: testing, confirmed or rejected. Anyone may resolve one, not only its author, because the agent that tests it is the one with the result. A rejection needs its reason and keeps it: knowing what does not work is how the next agent avoids repeating it. Confirming a hypothesis does not make it a fact: use write_fact for what you established.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Where your work leaves it. | |
| hypothesis | Yes | The hypothesis id, from read_hypotheses. | |
| resolution | No | What you tried and what it showed. Required in spirit for a rejection. |