| | |
| | | { |
| | | "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 *)", |
| | | "Read(D:/AiSim/AdminManager/**)", |
| | | "Bash(find D:/AiSim/AdminManager/src *)" |
| | | ] |
| | | "Bash(cmd //c \"openspec new change *\")", |
| | | "Bash(cmd //c \"openspec status *\")", |
| | | "Bash(cmd //c \"openspec instructions *\")" |
| | | ], |
| | | "deny": ["Edit(openspec/docs/old-refactors/**)"] |
| | | } |
| | | } |