allow awk in project bash permissions

Coverage parsing, lcov triage, and quick log scans use awk one-liners
constantly. Adding `Bash(awk *)` to the project allowlist removes
the permission prompt without weakening the deny rules.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-06 23:23:34 +02:00
co-authored by Claude
parent c233b7607d
commit d47d01495c
2 changed files with 109 additions and 108 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
"Bash(flutter *)",
"Bash(make *)",
"Bash(pql)",
"Bash(pql *)"
"Bash(pql *)",
"Bash(awk *)"
],
"deny": [
"Bash(rm -rf /*)",