mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 06:16:37 +00:00
- Hardcode versions in executables (ccs, ccs.ps1) for ~1-2ms startup speedup - Remove runtime VERSION file I/O on every version display - Atomic version updates: bump-version.sh now modifies 5 files - Add selective_cleanup() function in uninstall scripts (bash & PowerShell) * Removes: executables, VERSION file, uninstall script itself * Keeps: config.json, *.settings.json, .claude/ directory - Improve uninstall UX: clear reporting of removed vs kept files - Remove VERSION file copying from installers - Update CHANGELOG with v2.2.1 technical details Fixes #1 (selective cleanup) and #2 (version simplification) Maintains cross-platform parity (Unix/Linux/macOS/Windows)