🔧 Stability & Bug Fixes
We've fixed several critical issues to make the Boilerplate setup more reliable.
Directory Traversal Bug in Rename Script
-
Fixed critical bug where directories were being skipped during traversal—the script was only processing files in the root directory
-
Split skip logic into separate functions for directories and files to ensure proper recursion
-
Added rename-project.ts to skip list to prevent the script from modifying itself
TypeScript Type Fixes
-
Fixed createClient type parameter issues in auth.ts
-
Corrected context types in rbac.ts and other modules to use proper DbCtx types
-
Fixed Headers conversion and member table queries via component adapter
-
Resolved type assertions in user handling code
Setup Documentation Improvements
-
Added clearer instructions for updating project name references during setup
-
Updated remote repository naming conventions
-
Enhanced betterAuth server setup documentation
Code Quality & UI Refinements
-
Refactored boilerplate update tracking system for better reliability
-
Auto-formatted components across the codebase for consistency
-
Improved production calculator and other UI components
