{
  "permissions": {
    "allow": [
      "Bash(pnpm test:*)",
      "Bash(pnpm build:*)",
      "Bash(pnpm exec coffee-ahk:*)",
      "Bash(./node_modules/.bin/coffee-ahk:*)",
      "Bash(node -e:*)",
      "Bash(cat:*)",
      "Bash(pnpm install:*)",
      "Bash(sed:*)",
      "Bash(chmod:*)",
      "Bash(/tmp/check_tests.sh:*)",
      "Bash(tee:*)",
      "Bash(/tmp/deep_syntax_check.sh)",
      "Bash(for test in first head nth pop)",
      "Bash(do pnpm test $test 2)",
      "Bash(1 echo '=== $test.test.ahk ===' grep -i \"undefined\\|syntaxerror\\|null\" temp/$test.test.ahk)",
      "Bash(for test in add clone chunk map filter once toNumber)",
      "Bash(do echo '=== $test ===' pnpm test $test 2)",
      "Bash(1 if grep -q global.*$ temp/$test.test.ahk)",
      "Bash(then echo '❌ Still has $ prefix' grep global.*$ temp/$test.test.ahk)",
      "Bash(/tmp/verify_fix.sh)",
      "WebSearch",
      "Bash(xargs:*)"
    ],
    "deny": [],
    "ask": []
  }
}
