This commit is contained in:
Alexandre
2025-08-02 09:26:40 +02:00
parent 2d30a15451
commit 42c71ae099

View File

@@ -17,7 +17,12 @@
"Bash(echo)", "Bash(echo)",
"Bash(done)", "Bash(done)",
"Bash(do if [ ! -f \"$dir/README.md\" ])", "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": [] "deny": []
} }