···2929[[deny]]
3030tool = "Bash"
3131command_regex = "&|;|\\||`|\\$\\("
3232-reason = "Chained/piped commands are not auto-approved. Run each command independently as separate Bash calls, or define a script in package.json and run that instead."
3232+reason = "Shell metacharacters (&, ;, |, `, $()) are not auto-approved. Run each command independently as separate Bash calls, use a package.json script, or use single-line commit messages with code comments for detail."
33333434# === ALLOW RULES (checked after deny) ===
3535