Naming and Structure Cleanup
Inconsistent naming (camelCase vs snake_case) and messy file structures make codebases hard to navigate.
Cleanup Rules
- Observe Local Conventions: Before renaming, scan the project to determine the dominant convention. If 80% of files use
camelCase, enforcecamelCase. - Targeted Renames: Use the
safe-renamecommand pattern to update variables, classes, or files. Ensure all imports are updated. - File Co-location: Move files so that close
[Description truncada. Veja o README completo no GitHub.]