1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"permissions": {
"allow": [
"Bash(/home/danix/.claude/plugins/cache/superpowers-marketplace/superpowers/5.0.6/skills/brainstorming/scripts/start-server.sh *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(ls -la *.toml)",
"Bash(find *)",
"Bash(ls *)",
"WebFetch(domain:gohugo.io)",
"Bash(cat)",
"Read(//tmp/**)",
"WebFetch(domain:github.com)",
"Bash(git checkout *)",
"Bash(npm run *)",
"Bash(hugo server *)",
"Bash(hugo config *)",
"Bash(hugo --debug)",
"Bash(hugo)",
"Bash(hugo -D)",
"Bash(curl -s http://localhost:1313/)",
"Bash(curl -s http://localhost:1313/articles/haiku-2/)",
"Bash(curl -s http://localhost:1313/articles/)",
"Bash(curl -s http://localhost:1313/css/main.min.css)",
"Bash(hugo version *)",
"Bash(curl -s http://localhost:1313/tags/hugo/)",
"Bash(curl -s http://localhost:1313/categories/)",
"Bash(curl *)",
"Bash(~/superpowers/scripts/start-server.sh *)",
"Bash(hugo --minify)"
]
}
}
|