I broke it! Custom post type archive gets redirected to home

This is usually due to the rewrite rules not being updated. You need to run flush_rewrite_rules() or visit the Permalinks page in the WP-Admin and save it to flush the rewrite rules. If you use the function call in your plugin, be sure not to leave it in such that it gets run every time, it’s not friendly that way.