settings.local.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git:*)",
  5. "Bash(ls:*)",
  6. "Bash(mkdir:*)",
  7. "Bash(cat:*)",
  8. "Bash(wc:*)",
  9. "Bash(tree:*)",
  10. "Bash(curl:*)",
  11. "Bash(rg:*)",
  12. "Bash(fd:*)",
  13. "Bash(fzf:*)",
  14. "Bash(z:*)",
  15. "Bash(zoxide:*)",
  16. "Bash(br:*)",
  17. "Bash(broot:*)",
  18. "Bash(ast-grep:*)",
  19. "Bash(sg:*)",
  20. "Bash(bat:*)",
  21. "Bash(eza:*)",
  22. "Bash(delta:*)",
  23. "Bash(difft:*)",
  24. "Bash(jq:*)",
  25. "Bash(yq:*)",
  26. "Bash(sd:*)",
  27. "Bash(lazygit:*)",
  28. "Bash(gh:*)",
  29. "Bash(tokei:*)",
  30. "Bash(uv:*)",
  31. "Bash(just:*)",
  32. "Bash(http:*)",
  33. "Bash(procs:*)",
  34. "Bash(hyperfine:*)",
  35. "Bash(npm:*)",
  36. "Bash(node:*)",
  37. "Bash(python:*)",
  38. "Bash(pip:*)",
  39. "Bash(powershell -Command:*)",
  40. "Bash(powershell.exe:*)",
  41. "Bash(bash:*)",
  42. "Bash(chmod:*)",
  43. "Bash(xargs:*)",
  44. "Bash(command -v:*)",
  45. "Bash(brew:*)",
  46. "Bash(tldr:*)",
  47. "Bash(dust:*)",
  48. "Bash(btm:*)",
  49. "Bash(bottom:*)",
  50. "Bash(firecrawl:*)",
  51. "Bash(gemini:*)",
  52. "Bash(claude:*)",
  53. "Bash(codex:*)",
  54. "Bash(perplexity:*)",
  55. "Bash(md5:*)",
  56. "Bash(test:*)",
  57. "Bash(head:*)",
  58. "WebSearch",
  59. "WebFetch(domain:www.anthropic.com)",
  60. "SlashCommand(/pulse:*)",
  61. "WebFetch(domain:simonwillison.net)",
  62. "Skill(sync)"
  63. ],
  64. "deny": [],
  65. "ask": [
  66. "Bash(git reset --hard:*)",
  67. "Bash(git checkout -- :*)",
  68. "Bash(git clean -f:*)",
  69. "Bash(git stash drop:*)",
  70. "Bash(git stash clear:*)",
  71. "Bash(git restore --worktree:*)",
  72. "Bash(git push --force:*)",
  73. "Bash(git push -f:*)",
  74. "Bash(git push origin --force:*)",
  75. "Bash(git push origin -f:*)",
  76. "Bash(git branch -D:*)"
  77. ]
  78. },
  79. "hooks": {},
  80. "outputStyle": "Vesper"
  81. }