Files
onvif-go/.claude/.claude copy/settings.local.json
T
ProtoTess 19db372cdc Add ONVIF types and structures for device capabilities and configurations
- Introduced comprehensive data structures for ONVIF device information, capabilities, media profiles, and configurations.
- Added types for device services, network settings, imaging options, audio/video configurations, and user management.
- Implemented structures for handling various ONVIF features including PTZ control, event subscriptions, and analytics configurations.
- Enhanced support for network protocols, security settings, and system logging.
2026-01-16 04:37:59 +00:00

34 lines
853 B
JSON

{
"permissions": {
"allow": [
"Bash(wc:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(go build:*)",
"Bash(go test:*)",
"Bash(GOPROXY=direct go build:*)",
"Bash(GOPROXY=https://proxy.golang.org,direct go mod download:*)",
"Bash(go mod download:*)",
"Bash(./bin/onvif-cli discover:*)",
"Bash(./bin/onvif-cli:*)",
"Bash(./bin/onvif-diagnostics:*)",
"Bash(./bin/discover:*)",
"Bash(tee:*)",
"Bash(nc:*)",
"Bash(tree:*)",
"Bash(du -sh:*)",
"Bash(xargs:*)",
"Bash(gofmt:*)",
"Bash(make lint:*)",
"Bash(go install:*)",
"Bash(go vet:*)",
"Bash(~/go/bin/govulncheck ./...)",
"Bash(go version:*)",
"Bash(~/go/bin/staticcheck:*)",
"Bash(make build:*)",
"Bash(make clean:*)"
]
}
}