fix(changecache): Improve cache manifest validation and atomic file writes; add local settings and overrides

This commit is contained in:
2025-08-08 05:43:34 +00:00
parent 5f561527f9
commit e21e7f0850
4 changed files with 93 additions and 10 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-08-08 - 1.16.6 - fix(changecache)
Improve cache manifest validation and atomic file writes; add local settings and overrides
- Add manifest structure validation and default fallback in getManifest
- Implement atomic write in saveManifest using a temporary file and rename strategy
- Enhance error handling and cleanup for corrupted manifest files
- Introduce new .claude/settings.local.json for project-specific permission configuration
- Add an empty assets/overrides.json file for future overrides
## 2025-08-08 - 1.16.5 - fix(prettier)
Improve file selection in Prettier formatter, remove legacy package overrides, and update CI template indentation