hookehuyr

chore: 更新 Claude 本地配置文件以支持更多 Bash 工具

- 添加 bash:* 和 bun 版本检查命令到允许的 Bash 工具列表
- 将 enableAllProjectMcpServers 设置移到更合适的位置
- 保持 JSON 格式的一致性
......@@ -58,11 +58,13 @@
"Bash(~/.claude/bin/check-changelog.sh:*)",
"Bash(pnpm api:generate:*)",
"Bash(do if [ -d \"/Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir\" ])",
"Bash(then echo \"=== $dir/ ===\" ls -1 /Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir/*.md)"
"Bash(then echo \"=== $dir/ ===\" ls -1 /Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir/*.md)",
"Bash(bash:*)",
"Bash(~/.bun/bin/bun --version)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"chrome-devtools"
],
"enableAllProjectMcpServers": true
]
}
......