small fix of claude code
This commit is contained in:
parent
47b7a4c582
commit
403b11c183
1 changed files with 1 additions and 14 deletions
|
|
@ -18,10 +18,7 @@ let
|
|||
allow = [
|
||||
# Web and search capabilities
|
||||
"WebSearch"
|
||||
"WebFetch(domain:github.com)"
|
||||
"WebFetch(domain:docs.github.com)"
|
||||
"WebFetch(domain:api.github.com)"
|
||||
"WebFetch(domain:raw.githubusercontent.com)"
|
||||
"WebFetch"
|
||||
|
||||
# Claude configuration files
|
||||
"Read(~/.claude/**)"
|
||||
|
|
@ -50,16 +47,6 @@ let
|
|||
"Bash(pip list*)"
|
||||
"Bash(pip show*)"
|
||||
|
||||
# Homebrew (read-only operations)
|
||||
"Bash(brew --version)"
|
||||
"Bash(brew list*)"
|
||||
"Bash(brew info*)"
|
||||
"Bash(brew search*)"
|
||||
"Bash(brew outdated*)"
|
||||
"Bash(brew deps*)"
|
||||
"Bash(brew doctor)"
|
||||
"Bash(brew config)"
|
||||
|
||||
# Nix operations
|
||||
"Bash(nix-shell*)"
|
||||
"Bash(nix develop*)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue