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 = [
|
allow = [
|
||||||
# Web and search capabilities
|
# Web and search capabilities
|
||||||
"WebSearch"
|
"WebSearch"
|
||||||
"WebFetch(domain:github.com)"
|
"WebFetch"
|
||||||
"WebFetch(domain:docs.github.com)"
|
|
||||||
"WebFetch(domain:api.github.com)"
|
|
||||||
"WebFetch(domain:raw.githubusercontent.com)"
|
|
||||||
|
|
||||||
# Claude configuration files
|
# Claude configuration files
|
||||||
"Read(~/.claude/**)"
|
"Read(~/.claude/**)"
|
||||||
|
|
@ -49,16 +46,6 @@ let
|
||||||
"Bash(cargo --version)"
|
"Bash(cargo --version)"
|
||||||
"Bash(pip list*)"
|
"Bash(pip list*)"
|
||||||
"Bash(pip show*)"
|
"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
|
# Nix operations
|
||||||
"Bash(nix-shell*)"
|
"Bash(nix-shell*)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue