This commit is contained in:
Alexandre
2025-08-02 10:05:20 +02:00
parent 42c71ae099
commit ce9c2b741d
9 changed files with 580 additions and 33 deletions

View File

@@ -2,27 +2,7 @@
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(*)",
"Bash(cp:*)",
"Bash(find:*)",
"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\")",
"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)\")"
"Bash"
],
"deny": []
}