- Mitigated exponential slowdown for deeply nested functions and fixed numerous formatting edge cases (if‑condition breaks, argument expansion, arrow function parentheses, regex escapes/flags, template literal comments, Windows empty lines).
- Improved CLI stability: non‑existent files no longer cause errors, file writes are now synchronous to avoid race‑condition deletions on interrupt, and globbing handling is corrected.
- Applied various minor bug fixes and tweaks to enhance code readability and consistency.