blob: 794958b1af618bdde094966a3da3e24f2c4a238b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"permissions": {
"allow": [
"Bash(go build:*)",
"Bash(find:*)",
"Bash(git add:*)",
"Bash(wc:*)",
"WebSearch",
"WebFetch(domain:www.jamesatkins.com)",
"WebFetch(domain:abhijithota.com)",
"WebFetch(domain:dujemihanovic.xyz)",
"WebFetch(domain:caddyserver.com)",
"Bash(git reset:*)",
"Bash(printf:*)",
"Bash(git commit:*)"
]
}
}
|