83 lines
1.4 KiB
JSON
83 lines
1.4 KiB
JSON
{
|
|
|
|
"permissions": {
|
|
|
|
"allow": [
|
|
|
|
"Bash(npm run *)",
|
|
"Bash(npm install)",
|
|
"Bash(npm ci)",
|
|
|
|
"Bash(yarn *)",
|
|
"Bash(pnpm *)",
|
|
|
|
"Bash(cargo build*)",
|
|
"Bash(cargo test*)",
|
|
"Bash(cargo run*)",
|
|
"Bash(cargo check*)",
|
|
"Bash(cargo clippy*)",
|
|
"Bash(cargo fmt*)",
|
|
"Bash(cargo clean*)",
|
|
|
|
"Bash(go build *)",
|
|
"Bash(go test *)",
|
|
"Bash(go run *)",
|
|
"Bash(go fmt *)",
|
|
"Bash(go mod *)",
|
|
"Bash(go vet *)",
|
|
"Bash(go generate *)",
|
|
|
|
"Bash(python *)",
|
|
"Bash(python3 *)",
|
|
"Bash(pytest *)",
|
|
"Bash(pip install *)",
|
|
"Bash(pip install -r *)",
|
|
"Bash(uv *)",
|
|
"Bash(ruff *)",
|
|
"Bash(black *)",
|
|
"Bash(mypy *)",
|
|
"Bash(alembic *)",
|
|
|
|
"Bash(make)",
|
|
"Bash(make *)",
|
|
|
|
"Bash(php *)",
|
|
"Bash(composer *)",
|
|
"Bash(wp *)",
|
|
|
|
"Bash(flutter *)",
|
|
"Bash(dart *)",
|
|
|
|
"Bash(docker build *)",
|
|
"Bash(docker ps*)",
|
|
"Bash(docker images*)",
|
|
"Bash(docker logs *)",
|
|
|
|
"Bash(node *)",
|
|
"Bash(ts-node *)",
|
|
"Bash(tsx *)",
|
|
|
|
"Bash(norminette*)"
|
|
],
|
|
|
|
"ask": [
|
|
|
|
"Bash(npx *)",
|
|
|
|
"Bash(docker stop *)",
|
|
"Bash(docker rm *)",
|
|
|
|
"Bash(make deploy*)",
|
|
"Bash(npm run deploy*)",
|
|
"Bash(cargo publish*)",
|
|
|
|
"Bash(psql *)",
|
|
"Bash(mysql *)",
|
|
"Bash(mongosh *)",
|
|
"Bash(redis-cli *)"
|
|
],
|
|
|
|
"deny": []
|
|
}
|
|
}
|