{
  "permissions": {
    "allow": [
      "Bash(git checkout:*)",
      "Bash(git add:*)",
      "Bash(git commit -m \"$\\(cat <<''EOF''\nUpdate deprecated GitHub Actions to v4\n\n- actions/checkout: v2 → v4\n- actions/setup-node: v2 → v4\n- actions/cache: v2 → v4\n- node-version: 16 → 20 \\(Node 16 is EOL\\)\n\nFixes CD workflow failure due to actions/cache v2 deprecation.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
      "Bash(git push:*)",
      "Bash(git commit:*)",
      "Bash(npm install:*)"
    ]
  }
}
