Files
nginx-ui/.claude/settings.local.json
2026-04-18 14:54:29 +08:00

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": []
}
}