Files
hassio-addons/.claude/settings.local.json
Alexandre 2d30a15451 update
2025-08-02 09:23:10 +02:00

24 lines
618 B
JSON

{
"$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\")"
],
"deny": []
}
}