AdmSysV2【公共组件库】@前端(For Git Submodule)
Tevin
2 days ago 949d109ce3c3658d03f13b97786c33b1643eab55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "permissions": {
        "allow": [
            "Read(openspec/**)",
            "Edit(openspec/**)",
            "Read(src/**)",
            "Edit(src/**)",
            "Read(public/**)",
            "Edit(public/**)",
            "Read(example/**)",
            "Edit(example/**)",
            "Read(test/**)",
            "Edit(test/**)",
 
            "Bash(pnpm run *)",
            "Bash(pnpm eslint *)",
            "Bash(pnpm dev:*)",
            "Bash(pnpm test:run:*)",
            "Bash(pnpm build:*)",
            "Bash(pnpm test:*)",
            "Bash(pnpm exec playwright open:*)",
            "Bash(pnpm exec playwright test:*)",
 
            "Bash(openspec *)",
            "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 *\")"
        ],
        "deny": ["Edit(openspec/docs/old-refactors/**)"]
    }
}