From 1763a309ef0c3a12ad5d12593f0ff908c22f4b46 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 14 May 2026 00:19:10 +0200 Subject: [PATCH] claude: add local settings permissions --- .claude/settings.local.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a590814..1adf84a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,16 @@ { "permissions": { "allow": [ - "Bash(xargs ls -la)" + "Bash(xargs ls -la)", + "Bash(command -v pacman)", + "Bash(command -v paclist)", + "Bash(command -v pacinfo)", + "Bash(git -C /home/fscotto/AnsiblePlaybook add ansible/inventory/group_vars/arch.yml ansible/roles/services_systemd/tasks/main.yml)", + "Bash(git -C /home/fscotto/AnsiblePlaybook commit -m ' *)", + "Bash(git -C /home/fscotto/AnsiblePlaybook diff --stat)", + "Bash(git -C /home/fscotto/AnsiblePlaybook status --short)", + "Bash(git -C /home/fscotto/AnsiblePlaybook log --oneline --all -- ansible/inventory/host_vars/nymph.yml ansible/roles/profile_desktop_host/tasks/nymph.yml 'dotfiles/nymph/*')", + "Bash(git *)" ] } }