mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
32 lines
749 B
JSON
32 lines
749 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm typecheck:*)",
|
|
"Bash(pnpm lint:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(npm run typecheck:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(go test:*)",
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs",
|
|
"Bash(find:*)",
|
|
"Bash(sed:*)",
|
|
"Bash(cp:*)",
|
|
"mcp__eslint__lint-files",
|
|
"Bash(go generate:*)",
|
|
"Bash(pnpm eslint:*)",
|
|
"Read(//workspaces/cosy/settings/**)",
|
|
"Bash(go doc:*)",
|
|
"Bash(pnpm exec eslint:*)",
|
|
"Bash(go:*)",
|
|
"Bash(git pull *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit -m ' *)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|