Workshop artifacts that would silently mutate on republish are now blocked at publish time.
What's wrong with this entry?
Pages the verifier classifies as a workshop surface are re-parsed and re-serialized before publishing, and the publish is refused if the round trip changes anything. This catches artifacts that would silently mutate on every decision confirm, since each confirm republishes the page.
- two checks run: the round-tripped page must still pass the strict contract, and a second round trip must produce byte-identical output
- two new violation rules,
reparse-divergenceandreparse-not-fixed-point, block the publish and point at the first divergence - only reached for pages that verify as a workshop surface; other pages are unaffected
reparse-not-fixed-point
Strings lifted out of the shipped bundle, so the claim above can be checked against them.