mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user