hookehuyr

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

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