From 2d30a15451953c7a162186f9a227f921a1924dd8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 2 Aug 2025 09:23:10 +0200 Subject: [PATCH] update --- .claude/settings.local.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e227eef57..2d1c71b43 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,12 +1,24 @@ { + "$schema": "https://json.schemastore.org/claude-code-settings.json", "permissions": { "allow": [ "Bash(*)", "Bash(cp:*)", "Bash(find:*)", - "Bash(ls:*)" + "Bash(ls:*)", + "Bash(for:*)", + "Bash(do echo \"=== Checking $dir ===\")", + "Bash(if [ -f \"$dir/README.md\" ])", + "Bash(then echo \"README.md exists\")", + "Bash(wc:*)", + "Bash(head:*)", + "Bash(else echo \"README.md MISSING\")", + "Bash(fi)", + "Bash(echo)", + "Bash(done)", + "Bash(do if [ ! -f \"$dir/README.md\" ])", + "Bash(then echo \"MISSING README: $dir\")" ], "deny": [] - }, - "$schema": "https://json.schemastore.org/claude-code-settings.json" + } } \ No newline at end of file