settings.local.json 585 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git:*)",
  5. "Bash(ls:*)",
  6. "Bash(mkdir:*)",
  7. "Bash(cat:*)",
  8. "Bash(wc:*)",
  9. "Bash(jq:*)",
  10. "Bash(yq:*)",
  11. "Bash(powershell -Command:*)",
  12. "Bash(nul)",
  13. "Bash(.claude/.context-init.md)",
  14. "Bash(for:*)",
  15. "Bash(do:*)",
  16. "Bash(echo:*)",
  17. "Bash(done)",
  18. "Bash(found=\"\")",
  19. "Bash({ cat \"$f\")",
  20. "Bash(found=\"$found $f\")",
  21. "Bash(})",
  22. "Bash([ -n \"$found\" ])",
  23. "SlashCommand(/init)"
  24. ],
  25. "deny": [],
  26. "ask": []
  27. },
  28. "hooks": {}
  29. }