audit echo vs log across all scripts — outcomes always visible, verbose for per-item loops

This commit is contained in:
Gmer4Lfe
2026-06-14 12:40:15 -04:00
parent 4c37ab16fd
commit 3964f6fb46
1010 changed files with 377767 additions and 132 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"permissions": {
"allow": [
"Read(//boot/config/claude/**)",
"Read(//boot/config/claude-bin/**)",
"Read(//boot/config/plugins/varaverk/**)",
"Read(//boot/config/plugins/**)",
"Bash(grep -rh '\\\\$[A-Z_][A-Z0-9_]*' /boot/config/plugins/varaverk --include=\"*.sh\" --exclude-dir=.git)",
"Bash(grep -oE '\\\\$\\\\{?[A-Z_][A-Z0-9_]+\\\\}?')",
"Bash(git *)",
"Read(//var/log/varaverk/**)",
"Read(//tmp/**)",
"Read(//var/log/**)",
"Bash(perl *)"
]
}
}