{
  "permissions": {
    "allow": [
      "Bash(npm test)",
      "Bash(npm run build:*)",
      "Bash(chmod:*)",
      "Bash(rm:*)",
      "Bash(npx repomix:*)",
      "Bash(./test-real.sh:*)",
      "Bash(git add:*)",
      "Bash(gh repo create:*)",
      "Bash(git remote add:*)",
      "Bash(git push:*)",
      "Bash(npm run typecheck:*)",
      "Bash(./test-tools.sh:*)",
      "Bash(npm test:*)",
      "Bash(npm run test:*)",
      "Bash(./test-security-tools.sh:*)",
      "Bash(./test-best-practices.sh:*)",
      "Bash(git commit:*)",
      "Bash(git remote set-url:*)",
      "Bash(pkill:*)",
      "Bash(npm view:*)",
      "Bash(npm publish:*)"
    ],
    "deny": []
  }
}