19 lines
688 B
JSON
19 lines
688 B
JSON
{
|
||
"_comment": "设备绑定的本地环境配置。复制为 settings.local.json 并按本机实际值修改。settings.local.json 不应被 git 版控。",
|
||
"shell": "powershell",
|
||
"_shell_hint": "Windows 默认 powershell;macOS/Linux 请改为 bash 或 zsh,并参考 .claude/hooks/README.md 同步修改 settings.json",
|
||
"permissions": {
|
||
"_comment": "示例权限白名单,按需复制到 settings.local.json 的 permissions.allow 数组中",
|
||
"allow": [
|
||
"WebSearch",
|
||
"WebFetch(domain:raw.githubusercontent.com)",
|
||
"Bash(git *)",
|
||
"Bash(npm *)",
|
||
"Bash(python *)",
|
||
"Bash(cargo *)",
|
||
"Bash(go *)",
|
||
"Bash(node *)"
|
||
]
|
||
}
|
||
}
|