|
| 1 | +{ |
| 2 | + "permissions": { |
| 3 | + "allow": [ |
| 4 | + "Bash(find /Users/gandarez/development/git/gandarez/tinygo-drivers -type f -name *ws2812*)", |
| 5 | + "Bash(grep -r \"RP2350\\\\|rp2350\" /Users/gandarez/development/git/gandarez/tinygo-drivers --include=*.md --include=*.go --include=*.txt)", |
| 6 | + "Bash(xargs ls:*)", |
| 7 | + "Bash(grep -r \"PIO\\\\|Programmable I/O\\\\|pio\\\\|pioasm\" /Users/gandarez/development/git/gandarez/tinygo-drivers --include=*.go --include=*.md)", |
| 8 | + "Read(//writeByte150/,/^func \\\\\\(d Device\\\\\\) writeByte[0-9]/**)", |
| 9 | + "Bash(wc -l /Users/gandarez/development/git/gandarez/tinygo-drivers/ws2812/*.go)", |
| 10 | + "Bash(tinygo version:*)", |
| 11 | + "Read(//usr/local/**)", |
| 12 | + "Read(//Users/gandarez/go/pkg/mod/github.com/tinygo-org/**)", |
| 13 | + "Bash(find ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0/src/device -name *.go)", |
| 14 | + "Read(//Users/gandarez/go/pkg/mod/**)", |
| 15 | + "Bash(grep -r 'type PIO' ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0/src --include=*.go)", |
| 16 | + "Bash(grep -r \"rp\\\\.PIO0\\\\|rp\\\\.PIO1\" ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0 --include=*.go)", |
| 17 | + "Bash(grep -r \"PIO0_Type\\\\|type.*PIO\" ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0 --include=*.go)", |
| 18 | + "Bash(find ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0 -name *.svd)", |
| 19 | + "Bash(find ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0 -path */RP* -o -path */rp2*)", |
| 20 | + "Bash(grep -i \"\\\\.go$\")", |
| 21 | + "Bash(grep -r //go:generate ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0/src/device --include=*.go)", |
| 22 | + "Bash(find ~/go/pkg/mod/github.com/tinygo-org/tinygo@v0.37.0 -name rp*.go -o -name *rp2*.go)", |
| 23 | + "Bash(grep -r PIO0_Type ~/go/pkg/mod/github.com/tinygo-org --include=*.go)", |
| 24 | + "Read(//Users/gandarez/**)", |
| 25 | + "Bash(PATH=\"/Users/gandarez/sdk/go1.25.0/bin:$PATH\" which tinygo)", |
| 26 | + "Bash(PATH=\"/Users/gandarez/sdk/go1.25.0/bin:$PATH\" tinygo version)", |
| 27 | + "Read(//opt/**)", |
| 28 | + "WebFetch(domain:raw.githubusercontent.com)", |
| 29 | + "Bash(gh api:*)", |
| 30 | + "Bash(gh auth:*)", |
| 31 | + "WebFetch(domain:github.com)", |
| 32 | + "Bash(go get:*)", |
| 33 | + "Bash(ls /Users/gandarez/sdk/go*/bin/go)", |
| 34 | + "Bash(/Users/gandarez/sdk/go1.25.0/bin/go get:*)", |
| 35 | + "Bash(/Users/gandarez/sdk/go1.25.0/bin/go mod:*)", |
| 36 | + "Bash(/Users/gandarez/sdk/go1.25.0/bin/go vet:*)", |
| 37 | + "Bash(git commit:*)", |
| 38 | + "Bash(git push:*)", |
| 39 | + "Bash(/opt/homebrew/bin/gh pr:*)", |
| 40 | + "Bash(gh pr:*)" |
| 41 | + ] |
| 42 | + } |
| 43 | +} |
0 commit comments