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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.16.5',
version: '1.16.6',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}