mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
update
This commit is contained in:
@@ -1,12 +1,24 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(*)",
|
"Bash(*)",
|
||||||
"Bash(cp:*)",
|
"Bash(cp:*)",
|
||||||
"Bash(find:*)",
|
"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": []
|
"deny": []
|
||||||
},
|
}
|
||||||
"$schema": "https://json.schemastore.org/claude-code-settings.json"
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user