Release v0.8.0
π Release v0.8.0
β¨ Major Features
- Smart Response System with strict validation and compliance tracking
- Native JSON operations throughout codebase (replaced fs-extra methods)
- TypeScript strict mode full compliance with zero tolerance enforcement
- Cross-device move support in fs-extra-safe implementation
π Bug Fixes
- Fixed ensureDir test to match actual Node.js behavior with recursive:true
- Resolved all TypeScript strict mode violations
- Fixed all ESLint violations
- Corrected test mocks for JSON operations
π Quality Metrics
- Test Coverage: 95%+ maintained
- TypeScript: 100% strict mode compliant
- ESLint: Zero violations
- CI/CD: All pipelines passing
π§ Technical Improvements
- Replaced all fs.readJson/writeJson with native JSON.parse/JSON.stringify
- Enhanced move() method with EXDEV cross-device error handling
- Updated all test expectations for JSON string operations
- Improved error handling and fallback mechanisms
π€ Generated with Claude Code