Files
nadir-agent/.claude/settings.local.json
T

16 lines
301 B
JSON
Raw Normal View History

2026-06-22 18:24:59 +02:00
{
"permissions": {
"allow": [
"Bash(go get *)",
"Bash(go build *)",
"Bash(go vet *)",
"Read(//usr/lib/**)",
"Read(//proc/**)",
"Bash(systemctl show *)",
"Bash(echo \"exit=$?\")",
"Bash(systemctl list-units *)",
"Bash(go test *)"
]
}
}