settings.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(grep *)",
  5. "Bash(tail *)",
  6. "Bash(head *)",
  7. "Bash(wc *)",
  8. "Bash(find *)",
  9. "PowerShell(Get-ChildItem *)",
  10. "PowerShell(Get-Item *)",
  11. "PowerShell(Get-Process *)",
  12. "PowerShell(Get-Content *)",
  13. "PowerShell(tasklist *)",
  14. "PowerShell(Test-Path *)",
  15. "Bash(git status *)",
  16. "Bash(git log *)",
  17. "Bash(git branch *)",
  18. "Bash(git diff *)",
  19. "Bash(git show *)",
  20. "Bash(gh pr view *)",
  21. "Bash(gh pr list *)",
  22. "Bash(gh pr diff *)",
  23. "Bash(gh pr checks *)",
  24. "Bash(gh issue view *)",
  25. "Bash(gh issue list *)",
  26. "Bash(gh run view *)",
  27. "Bash(gh run list *)",
  28. "PowerShell(pnpm install *)",
  29. "PowerShell(pnpm dev *)",
  30. "PowerShell(pnpm build *)",
  31. "PowerShell(pnpm test *)",
  32. "PowerShell(pnpm tauri dev *)",
  33. "PowerShell(pnpm tauri build *)",
  34. "PowerShell(npm install *)",
  35. "PowerShell(npm run *)",
  36. "PowerShell(cargo build *)",
  37. "PowerShell(cargo check *)",
  38. "PowerShell(cargo test *)",
  39. "PowerShell(node *)",
  40. "PowerShell(tsc *)",
  41. "Read",
  42. "Glob",
  43. "Grep"
  44. ]
  45. }
  46. }