{
  "permissions": {
    "allow": [
      "Bash(find:*)",
      "Bash(git checkout:*)",
      "Bash(mkdir:*)",
      "Bash(mv:*)",
      "Bash(rm:*)",
      "Bash(touch:*)",
      "Bash(grep:*)",
      "Bash(cat:*)",
      "Bash(cp:*)",
      "Bash(npm install:*)",
      "Bash(node:*)",
      "Bash(npm run typecheck:*)",
      "Bash(rg:*)",
      "Bash(npm test)",
      "Bash(npm test:*)",
      "Bash(ls:*)",
      "Bash(npm run lint:*)"
    ],
    "deny": []
  }
}