Files
next.orly.dev/cmd/benchmark/.claude/settings.local.json
mleku 6b98c23606
Some checks failed
Go / build-and-release (push) Has been cancelled
add first draft graph query implementation
2025-12-04 09:28:13 +00:00

20 lines
401 B
JSON

{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(go build:*)",
"Bash(export LD_LIBRARY_PATH:*)",
"Bash(/tmp/benchmark_test:*)",
"Bash(grep:*)",
"Bash(go doc:*)",
"Bash(CGO_ENABLED=0 go build:*)",
"Bash(docker compose:*)",
"Bash(./run-benchmark.sh:*)",
"Bash(tee:*)",
"Bash(sudo rm:*)"
],
"deny": [],
"ask": []
}
}