Core Stability & Security Enforcement
Security Patch: Upgraded core dependencies including inquirer, ejs, and commander to their latest stable versions to mitigate potential vulnerabilities and improve CLI performance.
Quality Gate Enforcement: Established a stricter testing environment by raising the global Code Coverage threshold to 80% (Functions, Lines, and Statements). This ensures long-term maintainability and reliability.
Code Refactoring: Eliminated redundant logic and dead code within the scaffolding engine to provide a leaner and faster project initialization experience.
Docker Cross-Platform Fix: Optimized file naming conventions to prevent "Case-Sensitive" conflicts when transitioning between Windows (NTFS) and Linux (ext4) environments.
🛠️ Technical Changes
Updated package.json dependencies.
Enhanced jest.config.js with new coverage rules.
Refined internal template structure for better Docker compatibility.