AdmSysV2【公共组件库】@前端(For Git Submodule)
Tevin
2 days ago 50b8de6c31de9876576a0f2f169d8207490d5fa0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "permissions": {
        "allow": [
            "Read(src/**)",
            "Edit(src/**)",
            "Read(public/**)",
            "Edit(public/**)",
            "Bash(npx tsc:*)",
            "Bash(pnpm dev:*)",
            "Bash(pnpm test:run:*)",
            "Bash(pnpm build:*)",
            "Bash(openspec new change *)",
            "Bash(openspec status *)",
            "Bash(openspec instructions *)",
            "Bash(cmd //c \"openspec new change *\")",
            "Bash(cmd //c \"openspec status *\")",
            "Bash(cmd //c \"openspec instructions *\")"
        ]
    }
}