small fix of claude code

This commit is contained in:
Yan Lin 2025-10-29 07:34:56 +01:00
parent 47b7a4c582
commit 403b11c183

View file

@ -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*)"