lineage
Trace the evolutionary history of an evaluated program. Use this to understand how a strong result was achieved and select prior changes for closer analysis.
Instructions
Read the recorded ancestry for one evaluated program.
Call this when explaining how a strong program was reached or when choosing which prior
operators and changes deserve closer study.
Returns: list[dict] of recorded lineage nodes for program_id, or the standard error dict.
Mistake to avoid: never reconstruct ancestry from memory or filenames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |