Changed
- The installer now writes the Stop-hook command with the
@latesttag (npx -y @latitude-data/claude-code-telemetry@latest) instead of a bare package name. A barenpx <pkg>reuses whatever version the npx cache first fetched and never updates, so users could silently stay on an old build;@latestre-resolves the newest published version each run (a cheap etag-revalidated check, off the critical path thanks toasync: true), so fixes ship without a re-install. Docs updated to match. - Re-running
installnow upgrades an existing Latitude Stop hook to the current command (and forcesasync: true) instead of no-opping when any hook is already present. Previously the installer left older hooks — the exact bare-npxinstalls this release targets — untouched, soinstallprints "Stop hook updated" and rewrites them in place.