Files
tendrils/.claude/settings.local.json

101 lines
3.5 KiB
JSON
Raw Normal View History

2026-01-24 14:41:06 -08:00
{
"permissions": {
"allow": [
"Bash(go run:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(git config:*)",
"Bash(go vet:*)",
"WebSearch",
"Bash(go mod tidy:*)",
"WebFetch(domain:community.netgear.com)",
"WebFetch(domain:oidref.com)",
"WebFetch(domain:mibs.observium.org)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:github.com)",
"WebFetch(domain:content-files.shure.com)",
"WebFetch(domain:gearspace.com)",
"WebFetch(domain:www.getdante.com)",
"WebFetch(domain:ritcsec.wordpress.com)",
"WebFetch(domain:videng.wiki)",
"Bash(sudo go run:*)",
"Bash(nc:*)",
"Bash(xxd:*)",
"Bash(sudo netaudio:*)",
"Bash(pip3 show:*)",
"Bash(python3:*)",
"Bash(netaudio --help:*)",
"Bash(netaudio device:*)",
"Bash(netaudio subscription:*)",
"Bash(git status:*)",
"Bash(find:*)",
"WebFetch(domain:dev.audinate.com)",
"WebFetch(domain:service.shure.com)",
"Bash(sudo pkill:*)",
"Bash(brew list:*)",
"Bash(pip show:*)",
"Bash(grep:*)",
"Bash(sudo tcpdump:*)",
"Bash(tshark:*)",
"Bash(tcpdump:*)",
"Bash(while read line)",
"Bash(do echo \"$line\")",
"Bash(head -3 echo \"\" echo \"Response format \\(from TX device\\):\")",
"Bash(dd:*)",
"Bash(while read src dst data)",
"Bash(do if echo \"$data\")",
"Bash(then echo \"$src -> $dst: $data\" fi done)",
"Bash(gofmt:*)",
"Bash(wc:*)",
"Bash(ls:*)",
2026-01-24 22:52:31 -08:00
"Bash(curl:*)",
"Bash(sudo timeout 45 go run:*)",
"Bash(git stash drop:*)",
"Bash(git remote set-url:*)",
"WebFetch(domain:iphostmonitor.com)",
"WebFetch(domain:mibbrowser.online)",
2026-01-28 13:00:35 -08:00
"Bash(pip3 install:*)",
"Bash(go work init:*)",
"Bash(git clone:*)",
"Bash(go work use:*)",
"Bash(go mod init:*)",
"Bash(git push:*)",
2026-01-29 21:56:16 -08:00
"Bash(go doc:*)",
"Bash(ip maddr:*)",
"Bash(snmpwalk:*)",
"Bash(go work sync:*)",
"Bash(GOWORK=/home/flamingcow/go.work go vet:*)",
"Bash(git pull:*)",
"Bash(GOPROXY=direct go get:*)",
"Bash(git -C /home/flamingcow/tendrils diff)",
"Bash(git -C /home/flamingcow/artmap diff)",
"Bash(git -C /home/flamingcow/artnet status)",
"Bash(git -C /home/flamingcow/tendrils status)",
"Bash(git -C /home/flamingcow/artmap status)",
"Bash(git -C /home/flamingcow/artnet status --short)",
"Bash(git -C /home/flamingcow/tendrils status --short)",
"Bash(git -C /home/flamingcow/artmap status --short)",
"Bash(git -C /home/flamingcow/sacn status --short)",
"Bash(git -C /home/flamingcow/multicast status --short)",
"Bash(git -C /home/flamingcow/artnet diff go.mod go.sum)",
"Bash(git -C /home/flamingcow/tendrils diff go.mod go.sum)",
"Bash(git -C /home/flamingcow/artmap diff go.mod go.sum)",
"Bash(git -C /home/flamingcow/sacn diff go.mod go.sum)",
"Bash(git -C /home/flamingcow/multicast diff go.mod go.sum)",
"Bash(git -C /home/flamingcow/artnet diff --name-only)",
"Bash(git -C /home/flamingcow/tendrils diff --name-only)",
"Bash(git -C /home/flamingcow/artmap diff --name-only)",
"Bash(git -C /home/flamingcow/sacn diff --name-only)",
"Bash(git -C /home/flamingcow/multicast diff --name-only)",
"Bash(du:*)",
"Bash(tree:*)",
"Bash(go get:*)",
"Bash(go test:*)"
2026-01-29 21:56:16 -08:00
],
"ask": [
"Bash(rm *)"
2026-01-24 14:41:06 -08:00
]
}
}