claude init inited
This commit is contained in:
18
.claude/settings.local.example.json
Normal file
18
.claude/settings.local.example.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"_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 *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user