stl_oracle_generate
Compute expected departure outputs from a spec and write committed fixture JSON files for later drift checks.
Instructions
Compute expected departure outputs and write committed fixture JSON files.
Output is byte-stable for a given snapshot (sorted keys, fixed indent) so that a later verify run is a meaningful drift check.
Args: spec_path: JSON file binding each case id to concrete inputs, e.g. {"weekday_midday": {"stop": "15111", "at": "2026-08-05T12:00:00"}}. out_dir: directory to write fixtures into. case: generate only this case id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | No | ||
| out_dir | No | fixtures | |
| snapshot | No | ||
| spec_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |