chore: update Claude Code permissions configuration
更新 Claude Code 的权限配置,简化命令权限管理。 变更: - 添加 WebFetch(*) 权限 - 简化 Bash 权限配置(使用通配符模式) - 添加 git 和 uv 命令权限
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"WebFetch(*)",
|
||||
"Bash(openspec:*)",
|
||||
"Bash(openspec new:*)",
|
||||
"Bash(openspec status:*)",
|
||||
"Bash(openspec instructions:*)",
|
||||
"Bash(uv run:*)",
|
||||
"Bash(git:*)",
|
||||
"Bash(uv:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(wc:*)"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user