blob: f84dae28904d638f88595df22246379d9c10d7e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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 *)"
]
}
}
|