AdmSysV2【公共组件库】@前端(For Git Submodule)
Tevin
9 days ago c15d98412de752b53012a749f7831f354842cc7e
config: 添加 CLAUDE 设置文件

- 新建 .claude/settings.json:定义权限配置,允许对源代码和公共文件的读取与编辑,以及执行特定的 Bash 命令

Co-Authored-By: ClaudeCode
1 files added
15 ■■■■■ changed files
.claude/settings.json 15 ●●●●● patch | view | raw | blame | history
.claude/settings.json
New file
@@ -0,0 +1,15 @@
{
    "permissions": {
        "allow": [
            "Read(src/**)",
            "Edit(src/**)",
            "Read(public/**)",
            "Edit(public/**)",
            "Bash(openspec new change *)",
            "Bash(openspec status *)",
            "Bash(openspec instructions *)",
            "Read(D:/AiSim/AdminManager/**)",
            "Bash(find D:/AiSim/AdminManager/src *)"
        ]
    }
}