| name | interpret-result |
| description | Interpret the results of newly run experiments, literature searches, or solution candidates, and append the findings as new sections to the interpretation log inside the theory folder. |
| argument-hint | theory ID and one or more result IDs (e.g. T_20260616_123456_abcdef X_20260616_123456_abcdef L_20260616_123456_abcdef) |
We are performing research to solve the goal described in the file goal.txt. As part of this research, we have been running experiments, literature searches, and designing solution candidates. Some new results have become available from one or more completed processes (experiments, literature searches, or solution candidates). Your goal is to interpret these results and append your interpretations and conclusions to the central interpretation log.
Mandate
- Keep interpretations objective and strictly supported by empirical observations or literature findings. Avoid over-generalizing or jumping to unsupported conclusions.
- Do not modify or overwrite any historical sections of the interpretation log; only append the new sections under new headers, with exactly one section for each input result.
Input
Arguments: $ARGUMENTS
The arguments contain a theory ID (like T_...) and one or more result IDs (like X_... for experiments, L_... for literature searches, or U_... for solution candidates). Parse all IDs from the arguments.
Folder Setup
All commands must be run in the current working directory. Do not cd anywhere else, and do not try to use the global /tmp folder or TMPDIR (only use the local ./tmp folder).