| 1234567891011121314151617181920212223242526 |
- {
- "permissions": {
- "allow": [
- "Bash(git:*)",
- "Bash(ls:*)",
- "Bash(mkdir:*)",
- "Bash(cat:*)",
- "Bash(wc:*)",
- "Bash(jq:*)",
- "Bash(yq:*)",
- "Bash(npm:*)",
- "Bash(node:*)",
- "Bash(python:*)",
- "Bash(uv:*)",
- "Bash(pip:*)",
- "Bash(just:*)",
- "Bash(tree:*)",
- "Bash(curl:*)",
- "Bash(powershell -Command:*)",
- "Bash(powershell.exe:*)"
- ],
- "deny": [],
- "ask": []
- },
- "hooks": {}
- }
|