{
  "permissions": {
    "allow": [
      "Bash(chmod:*)",
      "Bash(node:*)",
      "Bash(rm:*)",
      "Bash(GH_ALLOWED_TOOLS=\"github_create_issue,github_list_issues,github_get_repository\" node server.cjs)",
      "Bash(GH_DISABLED_TOOLS=\"github_create_issue,github_list_issues,github_get_repository\" node server.cjs)",
      "Bash(GH_ALLOWED_TOOLS=\"github_create_issue,github_list_issues\" GH_DISABLED_TOOLS=\"github_get_repository,github_update_issue\" node server.cjs)",
      "Bash(GH_ALLOWED_TOOLS=\"\" node server.cjs)",
      "Bash(GH_ALLOWED_TOOLS=\"invalid_tool_name,github_list_issues,another_invalid_tool\" node server.cjs)",
      "Bash(./test-cli.sh:*)",
      "Bash(rg:*)",
      "Bash(find:*)",
      "Bash(grep:*)",
      "Bash(npm test)",
      "Bash(npm run:*)",
      "Bash(timeout:*)"
    ],
    "deny": []
  }
}