Files
tendrils/.claude/settings.local.json
Ian Gulliver d970d1db86 Use artnet library for per-interface discovery
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 09:14:04 -08:00

82 lines
2.5 KiB
JSON

{
"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:*)",
"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)",
"Bash(pip3 install:*)",
"Bash(go work init:*)",
"Bash(git clone:*)",
"Bash(go work use:*)",
"Bash(go mod init:*)",
"Bash(git push:*)",
"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)"
],
"ask": [
"Bash(rm *)"
]
}
}