This is a submission for DEV's Summer Bug Smash: Smash Stories, powered by Sentry.
Upstream renamed two files. agent-template.xml became agent-template.md. Anyone who had copied that skeleton and referenced it by name in their own scripts was about to have a bad afternoon, so I added a row to the upgrade doc telling them exactly what to re-copy.
The upgrade tool worked out which row to print by reading the kernel filename. This release didn't touch the kernel. Its filename was the same as the previous version's, byte for byte.
So the row I had just written could never be selected. Not rarely, not on some paths. Never, for as long as one layer of the product could ship without renaming another.
The existing release verification still reported 135 green checks across its smoke suites.






