{
  "permissions": {
    "allow": [
      "Bash(npm run typecheck:*)",
      "Bash(npm run lint)",
      "Bash(npm run build:*)",
      "Bash(npm test)",
      "Bash(ls:*)",
      "Bash(grep:*)",
      "Bash(node:*)",
      "Bash(chmod:*)",
      "Bash(mkdir:*)",
      "Bash(touch:*)",
      "Bash(true)",
      "Bash(npm install:*)",
      "Bash(npm test:*)",
      "Bash(npx jest:*)",
      "Bash(cat:*)",
      "Bash(npm run test:coverage:*)",
      "Bash(find:*)",
      "Bash(npm run test:*)",
      "WebFetch(domain:docs.anthropic.com)",
      "Bash(./claude-flow status)",
      "Bash(cp:*)",
      "Bash(mv:*)"
    ],
    "deny": []
  }
}