cc-safety-net update now refreshes the bunx cache alongside the npx cache, so a later bunx cc-safety-net run picks up the new release instead of the stale cached one. Persistent installs that are behind the latest published version also get a one-line update nudge.
Added
- Added
bunxcache clearing tocc-safety-net update. Each run removes the current user'sbunx-<uid>-cc-safety-net@*entries from the OS temp directory, including when no integrations are installed. Entries are matched by name, so another tool that merely depends oncc-safety-netkeeps its own cache, and the entry the running process was launched from is preserved. (#90) - Added an update nudge to
cc-safety-net update. When a persistent install (for examplenpm i -g cc-safety-net) is behind the latest published version, the command prints the current and latest versions plus an upgrade hint. Ephemeralnpxandbunxruns skip the registry check entirely, and a failed or offline check stays silent and does not change the exit code. (#90)
Changed
- Changed
cc-safety-net updateto report abunxcache-clearing failure and exit with a non-zero status, instead of silently succeeding. (#90)