- transformEntries now defaults to not publishing changed entries; use shouldPublish:true to publish.
- Existing migrations that relied on automatic publishing must add the shouldPublish flag to retain prior behavior.
- Prevents accidental publishing of changes, improving safety for beginners.