syft/.claude/settings.local.json
Christopher Phillips 9b31c0480f
wip: wip
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
2025-11-13 00:01:27 -05:00

17 lines
355 B
JSON

{
"permissions": {
"allow": [
"Bash(go test:*)",
"Bash(git stash:*)",
"Bash(go doc:*)",
"Read(//Users/hal/go/pkg/mod/github.com/gpustack/gguf-parser-go@v0.22.1/**)",
"Bash(timeout 5 go test:*)",
"Bash(timeout 10 go test:*)",
"Bash(timeout:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": []
}
}