Files
2026-07-02 10:23:07 +08:00

30 lines
614 B
JSON

{
"permissions": {
"allow": [
"Bash(go build *)",
"Bash(go test *)",
"Bash(go run *)",
"Bash(go mod *)",
"Bash(curl *)",
"Bash(npx *)",
"Bash(brew *)",
"Bash(npm install *)",
"Bash(npm run *)",
"Bash(python3 *)",
"Bash(psql *)",
"Bash(PGPASSWORD=*)",
"Bash(lsof *)",
"Bash(pkill *)",
"Bash(sleep *)",
"Bash(mkdir *)",
"Bash(which *)",
"Bash(pwd *)",
"Bash(echo *)",
"Bash(source *)",
"Bash(export *)",
"Bash(unset *)",
"Bash(package *)",
"Bash(kill *)"
]
}
}