2025-10-21 10:11:48+04:00

This commit is contained in:
2025-10-21 10:11:48 +04:00
parent 20f949c250
commit 733dd26dcc
7 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"permissions": {
"allow": [
"Bash(dist/linkbeam:*)",
"Bash(docker build:*)",
"Bash(go run:*)",
"Bash(go test -v ./...)",
"Bash(go test:*)",
"Bash(golangci-lint help:*)",
"Bash(golangci-lint run:*)",
"Bash(make:*)",
"Bash(sudo docker build:*)",
"Bash(docker compose:*)",
"Bash(sudo docker compose build:*)",
"Bash(sudo docker compose:*)",
"Bash(./dist/linkbeam:*)",
"Bash(tree:*)",
"Read(//tmp/**)",
"Bash(cat:*)",
"Bash(for file in internal/config/testdata/config-{nord,gruvbox,catppuccin}.yaml)",
"Bash(do)",
"Bash(done)"
],
"deny": [],
"ask": []
}
}