
Serialises each upstream record (generic { $ns: $ts... }) to a TOML document under output_path, mapping records to tables, lists to arrays, and scalars to their TOML counterparts, one file per call named from name_template.
Config snapshot. Build a structured record per run and persist it as a human-editable TOML file.
Format bridge. Parse an inbound JSON payload, reshape it, and re-emit it as TOML.
output_path with the same name_template overwrites earlier files.Automated release