Changelog
2026-07-21v0.32.2— Reliable Auto-Updater Engine
- Fixed: Auto-Updater Execution Gate — removed command filtering logic in CLI main router that previously bypassed update checks for scripted commands like
kandown work,kandown list, andkandown doctor. - Fixed: Home Directory Update Cache — moved
.update-check.jsonand.update.lockout of project/package directories to user homedir~/.kandown/so permissions and working directories never block registry checks. - Fixed: Compiled Version Token Precedence — updated
getCurrentVersion()to prioritizeKANDOWN_VERSIONover reading randompackage.jsonfiles inCWD, preventing false version match evaluation during auto-updates.