cc-safe-setup 1.6.4 → 1.6.5

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.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-safe-setup",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "One command to make Claude Code safe for autonomous operation. 8 hooks: destructive blocker, branch guard, force-push protection, secret leak prevention, syntax checks, and more.",
5
5
  "main": "index.mjs",
6
6
  "bin": {
@@ -22,7 +22,9 @@
22
22
  "env",
23
23
  "secrets",
24
24
  "syntax-check",
25
- "context-window"
25
+ "context-window",
26
+ "wsl",
27
+ "wsl2"
26
28
  ],
27
29
  "scripts": {
28
30
  "test": "bash test.sh"
@@ -34,4 +36,4 @@
34
36
  "url": "https://github.com/yurukusa/cc-safe-setup"
35
37
  },
36
38
  "homepage": "https://github.com/yurukusa/cc-safe-setup"
37
- }
39
+ }