v4.0.0-next.1
Pre-release
Pre-release
4.0.0-next.1 (2025-01-14)
Code Refactoring
- error: implement consistent error handling system (8857fde)
Features
- add input validation for key import (e6aa7a9)
BREAKING CHANGES
- error: GitKeyKitCodes enum changed to string literals
- Replace numeric error codes with string literals for better debugging
- Implement consistent error handling across all modules
- Add proper error propagation chain
- Improve error messages and debugging information
- Add detailed error logging
- Centralize error handling in CLI layer