Files
tendrils/.claude/settings.local.json

118 lines
4.2 KiB
JSON
Raw Permalink 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:*)",
"Bash(git stash:*)",
"Bash(git revert:*)",
"Bash(done)",
"Bash(while read id)",
"Bash(do cat /home/flamingcow/tendrils/status)",
"Bash(for id in node_01kgay2wynew8tjh1bpr9sd11e node_01kgay2wynew2t7qmfvtkrq2nb node_01kgay2wykevgbkxfvavxgpq30 node_01kgay2wynew5b80p45h8mdtpj node_01kgay2wynevtsrw26tprvqysw node_01kgay2wynevy9gp10a6rr4y2d)",
"Bash(do)",
"WebFetch(domain:deepwiki.com)",
"Bash(claude mcp add --help:*)",
"mcp__tendrils__get_topology",
"mcp__tendrils__list_nodes",
"mcp__tendrils__list_errors",
"mcp__tendrils__list_links",
"mcp__tendrils__search_nodes",
2026-02-04 12:24:00 -08:00
"mcp__tendrils__get_node",
"Bash(claude mcp:*)",
"Bash(ping:*)"
2026-01-29 21:56:16 -08:00
],
"ask": [
"Bash(rm *)"
2026-01-24 14:41:06 -08:00
]
}
}