diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 467f827..bc11668 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,10 @@ { "permissions": { "allow": [ - "Bash(/home/danix/.claude/plugins/cache/superpowers-marketplace/superpowers/5.0.6/skills/brainstorming/scripts/start-server.sh *)" + "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)" ] } } |
