review_record
Persists a hypothesis review with kind, verdict, scores, and evidence, making it visible to the tournament and meta-review; a 'full' review also promotes the hypothesis to reviewed.
Instructions
Record a review against a hypothesis, in the same table and format the Reflection agent writes. Every factual claim in evidence needs a url and an excerpt you actually read. A 'full' review on a draft hypothesis also promotes it to reviewed. Do not report a review to the user without recording it first, or the tournament and meta-review will never see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The review itself, markdown. | |
| kind | Yes | full = novelty, correctness, testability. verification = assumption decomposition. observation = does it explain a published observation. simulation = step-through of the mechanism. | |
| scores | No | ||
| verdict | No | ||
| evidence | No | Sources backing the review. Cite only what you read. | |
| iteration | No | Disambiguates repeat reviews of the same kind. Omit and the server picks the next free slot. | |
| assumptions | No | Deep-verification decomposition, one row per assumption. | |
| hypothesis_id | Yes | Hypothesis id, e.g. hyp_9f2c... |