| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "permissions": {
- "allow": [
- "Bash(grep *)",
- "Bash(tail *)",
- "Bash(head *)",
- "Bash(wc *)",
- "Bash(find *)",
- "PowerShell(Get-ChildItem *)",
- "PowerShell(Get-Item *)",
- "PowerShell(Get-Process *)",
- "PowerShell(Get-Content *)",
- "PowerShell(tasklist *)",
- "PowerShell(Test-Path *)",
- "Bash(git status *)",
- "Bash(git log *)",
- "Bash(git branch *)",
- "Bash(git diff *)",
- "Bash(git show *)",
- "Bash(gh pr view *)",
- "Bash(gh pr list *)",
- "Bash(gh pr diff *)",
- "Bash(gh pr checks *)",
- "Bash(gh issue view *)",
- "Bash(gh issue list *)",
- "Bash(gh run view *)",
- "Bash(gh run list *)",
- "PowerShell(pnpm install *)",
- "PowerShell(pnpm dev *)",
- "PowerShell(pnpm build *)",
- "PowerShell(pnpm test *)",
- "PowerShell(pnpm tauri dev *)",
- "PowerShell(pnpm tauri build *)",
- "PowerShell(npm install *)",
- "PowerShell(npm run *)",
- "PowerShell(cargo build *)",
- "PowerShell(cargo check *)",
- "PowerShell(cargo test *)",
- "PowerShell(node *)",
- "PowerShell(tsc *)",
- "Read",
- "Glob",
- "Grep"
- ]
- }
- }
|