Byte-Exact Reversal
MutationRestoration of mutated code to its exact original form using a stored mutation map, with no byte-level differences from the pre-mutation source. Byte-exact reversal guarantees that the developer receives working code indistinguishable from what they would have written directly. It requires that every mutation be deterministic and fully recorded.
Example
After Claude Code suggests a refactor, Pretense applies byte-exact reversal so the response contains the original function names, class names, and variable names the developer used.