Reload Vault (Cmd+K) now calls the new `reload_vault` Tauri command which deletes the cache file before scanning, guaranteeing a full filesystem rescan. Previously it called `list_vault` which used incremental git-based cache updates that could miss recent changes (e.g. trashing a note then reloading showed stale data). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>