We added a new parameter across the tool API. When you flip it on, the same input always produces byte-identical output, no exceptions.
Why this matters: if you're generating config files, code snippets, or anything that goes into a CI pipeline, you don't want the output changing between runs. The default mode still uses our full pipeline with all the smarts, but deterministic mode trades some flexibility for absolute repeatability.
A few people asked for this after running into issues with checksum mismatches in their deploy scripts. Fair ask. Now it's there.