From 42c71ae099eb66f27849e9d8e03220a5db20aa0b Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 2 Aug 2025 09:26:40 +0200 Subject: [PATCH] update --- .claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2d1c71b43..96a4f22a6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -17,7 +17,12 @@ "Bash(echo)", "Bash(done)", "Bash(do if [ ! -f \"$dir/README.md\" ])", - "Bash(then echo \"MISSING README: $dir\")" + "Bash(then echo \"MISSING README: $dir\")", + "Bash(do if [ -f \"$dir/README.md\" ])", + "Bash(then if ! grep -q \"## About\" \"$dir/README.md\")", + "Bash(! grep -q \"## Installation\" \"$dir/README.md\")", + "Bash(! grep -q \"## Configuration\" \"$dir/README.md\")", + "Bash(then echo \"⚠️ MINIMAL STRUCTURE: $dir (missing About, Installation, AND Configuration sections)\")" ], "deny": [] }