@accidentally-awesome-labs/opencode-bestest 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accidentally-awesome-labs/opencode-bestest",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "OpenCode head for the bestest plugin: guard/lock/syntax enforcement shelling into the shared bash hooks, passive state injection, and an installer for skills/agents/commands.",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/payload/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -81,7 +81,7 @@ check_rm_segment() {
81
81
  case "$w" in
82
82
  /|/\*|'~'|'~/'|'~/*'|\$HOME|\$HOME/|'$HOME/*')
83
83
  block "recursive force-delete of / or home" ;;
84
- /tmp/*|/private/tmp/*|/var/tmp/*) continue ;;
84
+ /tmp/*|/private/tmp/*|/var/tmp/*|/var/folders/*|\$TMPDIR/*|\${TMPDIR}/*) continue ;;
85
85
  $root/*) continue ;;
86
86
  /*|'~/'*|\$HOME/*)
87
87
  block "recursive force-delete outside the project ($w) — delete inside the repo or temp dirs only" ;;