What problem does it solve?
Zero-behavior-change final pass. Harmonizes naming, comments, imports, and presentation with the codebase's existing conventions; removes banner comments, emoji, tutorial-voice narration, and JSDoc-that-mirrors-types. Use as the last step before shipping a change — after audit, harden, and any refactors. Never changes behavior; never rewrites; never redesigns.
Core Features & Use Cases
- Naming consistency across files and modules; canonicalizing identifiers and drift
- Comment and banner cleanup: remove line-narration, emoji, and tutorial voice; tidy docstrings
- Import/file-top hygiene: sort imports, remove unused, normalize formatting; unify top-level structure
- Signature and shape alignment: ensure parameter order, types, and export style match project conventions
- Final-presentation polish: trailing whitespace, quotes, and formatting to ship-ready diffs
Quick Start
Run the polish pass on the current changes to harmonize naming, comments, and imports without altering behavior.