close_experiment
Finalize an experiment by computing observed effects, prediction match, and verdict from primary prediction vs observation. Propagates status to hypothesis and returns a git commit suggestion on positive match.
Instructions
Finalize: compute observed_effects, prediction_match (per-diagnostic + overall) and the verdict (supports/refutes/inconclusive), then propagate the status to the hypothesis. The verdict is COMPUTED from the primary prediction vs the observation — you cannot assert 'confirmed'. On a positive match it RETURNS a suggestion to commit your git_ref; it never commits for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| experiment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||