{
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
  "permissions": {
    "allow": [
      "Bash(php artisan test*)",
      "Bash(php artisan route:list*)",
      "Bash(php artisan migrate:status)",
      "Bash(php artisan tinker*)",
      "Bash(php -l *)",
      "Bash(vendor/bin/pint*)",
      "Bash(composer show*)",
      "Bash(composer dump-autoload)",
      "Bash(git status*)",
      "Bash(git --no-pager diff*)",
      "Bash(git --no-pager log*)",
      "Bash(git --no-pager show*)",
      "Bash(git branch*)",
      "Bash(git stash*)",
      "Bash(gh issue list*)",
      "Bash(gh issue view*)",
      "Bash(gh pr view*)",
      "Bash(gh pr diff*)",
      "Bash(grep*)",
      "Bash(rg*)",
      "Bash(find*)",
      "Bash(cat*)",
      "Bash(head*)",
      "Bash(tail*)",
      "Bash(sed -n *)",
      "Bash(wc*)",
      "Bash(ls*)"
    ],
    "deny": [
      "Read(./.env)",
      "Read(./.env.*)",
      "Read(./auth.json)",
      "Bash(php artisan migrate:fresh*)",
      "Bash(php artisan db:wipe*)",
      "Bash(git push --force*)",
      "Bash(rm -rf *)"
    ]
  },
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "Edit|Write",
        "hooks": [
          {
            "type": "command",
            "command": "powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -File \"./.claude/hooks/pint-on-edit.ps1\""
          }
        ]
      }
    ]
  }
}