From a6a5e2d8b1a22e4a33a3f34255935f7fa5d7bc33 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:39:59 +0200 Subject: feat: create language switcher with persistence --- .claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.claude/settings.local.json') 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)" ] } } -- cgit v1.2.3