{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  },
  "permissions": {
    "defaultMode": "acceptEdits",
    "allow": [
      "Edit",
      "Write",
      "Bash(env)",
      "Bash(echo $GH_TOKEN)",
      "Bash(export GH_TOKEN=\"$GITHUB_ACCESS_TOKEN\")",
      "Bash(xargs:*)",
      "Bash(git push:*)",
      "WebFetch(domain:github.com)",
      "WebFetch(domain:ai.pydantic.dev)",
      "Read(//home/developer/.config/**)"
    ],
    "deny": [
      "Skill(jira-operations)",
      "Skill(github-operations)",
      "Bash(gh:*)",
      "Bash(curl:*atlassian:*)",
      "Bash(curl:*github.com/api:*)"
    ],
    "ask": []
  },
  "worktree": {
    "bgIsolation": "none"
  },
  "enableAllProjectMcpServers": true,
  "enabledMcpjsonServers": [
    "github"
  ],
  "includeCoAuthoredBy": false
}
