cc-safe-setup 28.8.0 → 28.9.0

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 (2) hide show
  1. package/index.mjs +4 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -421,6 +421,10 @@ function examples() {
421
421
  'auto-approve-maven.sh': 'Auto-approve mvn compile/test/verify',
422
422
  'permission-cache.sh': 'Auto-approve previously approved commands in session',
423
423
  'auto-approve-readonly.sh': 'Auto-approve 50+ read-only commands (cat, ls, grep, find)',
424
+ 'auto-approve-compound-git.sh': 'PermissionRequest: auto-approve compound git commands (cd && git)',
425
+ 'allow-git-hooks-dir.sh': 'PermissionRequest: allow writes to .git/hooks/ directory',
426
+ 'allow-claude-settings.sh': 'PermissionRequest: allow writes to .claude/ (isolated environments)',
427
+ 'allow-protected-dirs.sh': 'PermissionRequest: allow ALL protected directory writes (containers only)',
424
428
  },
425
429
  'Quality': {
426
430
  'branch-name-check.sh': 'Warn on non-conventional branch names',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-safe-setup",
3
- "version": "28.8.0",
3
+ "version": "28.9.0",
4
4
  "description": "One command to make Claude Code safe. 344 hooks (8 built-in + 336 examples). 49 CLI commands. 1018 tests. 5 languages.",
5
5
  "main": "index.mjs",
6
6
  "bin": {