Remove AI-generated code slop from recent changes
/plugin marketplace add mahidalhan/skilled-intelligence-marketplace/plugin install mahidalhan-workflow-tools-plugins-workflow-tools@mahidalhan/skilled-intelligence-marketplace# Remove AI Code Slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: - Extra comments that a human wouldn't add or is inconsistent with the rest of the file - Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) - Casts to any to get around type issues - Any other style that is inconsistent with the file - Variables that are only created to be immediately returned on the next line -- inline into the return directly Report at the end with o...