| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "permissions": {
- "allow": [
- "Bash(git:*)",
- "Bash(ls:*)",
- "Bash(mkdir:*)",
- "Bash(cat:*)",
- "Bash(wc:*)",
- "Bash(tree:*)",
- "Bash(curl:*)",
- "Bash(rg:*)",
- "Bash(fd:*)",
- "Bash(fzf:*)",
- "Bash(z:*)",
- "Bash(zoxide:*)",
- "Bash(br:*)",
- "Bash(broot:*)",
- "Bash(ast-grep:*)",
- "Bash(sg:*)",
- "Bash(bat:*)",
- "Bash(eza:*)",
- "Bash(delta:*)",
- "Bash(difft:*)",
- "Bash(jq:*)",
- "Bash(yq:*)",
- "Bash(sd:*)",
- "Bash(lazygit:*)",
- "Bash(gh:*)",
- "Bash(tokei:*)",
- "Bash(uv:*)",
- "Bash(just:*)",
- "Bash(http:*)",
- "Bash(procs:*)",
- "Bash(hyperfine:*)",
- "Bash(npm:*)",
- "Bash(node:*)",
- "Bash(python:*)",
- "Bash(pip:*)",
- "Bash(powershell -Command:*)",
- "Bash(powershell.exe:*)",
- "Bash(bash:*)",
- "Bash(chmod:*)",
- "Bash(xargs:*)",
- "Bash(command -v:*)",
- "Bash(brew:*)",
- "Bash(tldr:*)",
- "Bash(dust:*)",
- "Bash(btm:*)",
- "Bash(bottom:*)",
- "Bash(firecrawl:*)",
- "Bash(gemini:*)",
- "Bash(claude:*)",
- "Bash(codex:*)",
- "Bash(perplexity:*)",
- "Bash(grok:*)",
- "Bash(glm:*)",
- "Bash(source:*)",
- "Bash(md5:*)",
- "Bash(test:*)",
- "Bash(head:*)",
- "WebSearch",
- "WebFetch(domain:www.anthropic.com)",
- "SlashCommand(/pulse:*)",
- "WebFetch(domain:simonwillison.net)",
- "Skill(sync)",
- "Bash(grep:*)",
- "Bash(~/.zshrc)",
- "Bash(env)",
- "Bash(security find-generic-password:*)",
- "Bash(security find-generic-password -s \"GEMINI_API_KEY\" -w)",
- "Bash(~/.env)",
- "Bash(source /Users/mack/.env)",
- "Bash(pip3 install:*)",
- "Bash(/usr/bin/python3:*)",
- "Bash(/opt/homebrew/bin/python3:*)",
- "Bash(/opt/homebrew/bin/pip3 install:*)",
- "WebFetch(domain:docs.z.ai)",
- "Bash(droid --version:*)",
- "Bash(droid --help:*)",
- "Bash(opencode --version:*)",
- "Bash(droid exec \"What is 2+2? One word.\")",
- "Bash(opencode --help:*)",
- "Bash(opencode run \"What is 2+2? One word.\")",
- "Bash(opencode auth:*)",
- "Bash(opencode models:*)",
- "Bash(opencode run:*)"
- ],
- "deny": [],
- "ask": [
- "Bash(git reset --hard:*)",
- "Bash(git checkout -- :*)",
- "Bash(git clean -f:*)",
- "Bash(git stash drop:*)",
- "Bash(git stash clear:*)",
- "Bash(git restore --worktree:*)",
- "Bash(git push --force:*)",
- "Bash(git push -f:*)",
- "Bash(git push origin --force:*)",
- "Bash(git push origin -f:*)",
- "Bash(git branch -D:*)"
- ]
- },
- "hooks": {},
- "outputStyle": "Vesper"
- }
|