.claude/worktrees/agent-a417f0bd77de7f13b/.claude/settings.json

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  },
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Write|Edit",
        "hooks": [
          { "type": "command", "command": "pwsh -NonInteractive -File D:/git/thisismydemo/azure-scout/.claude/hooks/block-secrets.ps1" },
          { "type": "command", "command": "pwsh -NonInteractive -File D:/git/thisismydemo/azure-scout/.claude/hooks/validate-path.ps1" }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Write|Edit",
        "hooks": [
          { "type": "command", "command": "pwsh -NonInteractive -File D:/git/thisismydemo/azure-scout/.claude/hooks/log-tokens.ps1" }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          { "type": "command", "command": "pwsh -NonInteractive -File D:/git/thisismydemo/azure-scout/.claude/hooks/summarize-session.ps1" }
        ]
      }
    ]
  },
  "permissions": {
    "allow": [
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(git push:*)",
      "Bash(git status:*)",
      "Bash(git log:*)",
      "Bash(git diff:*)",
      "Bash(pwsh -NonInteractive -Command:*)",
      "Bash(pwsh -NonInteractive -File:*)",
      "Bash(gh issue:*)",
      "Bash(gh pr:*)",
      "Bash(gh run:*)",
      "Bash(gh api:*)",
      "Bash(gh workflow:*)",
      "Bash(gh release:*)",
      "Bash(az:*)",
      "Bash(pwsh -NoProfile -Command:*)",
      "Bash(pwsh -NoProfile -File:*)",
      "Read(//d/git/thisismydemo/azure-scout/**)",
      "WebSearch",
      "WebFetch(domain:github.com)",
      "WebFetch(domain:raw.githubusercontent.com)",
      "WebFetch(domain:learn.microsoft.com)",
      "WebFetch(domain:dev.azure.com)",
      "Bash(mkdocs:*)",
      "Bash(pip:*)",
      "Bash(python:*)",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__get_auth_token",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__get_kv_secret",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__get_tenant",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__list_tenants",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__get_standard",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__get_guidance",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__get_repo",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__find_repos",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__validate",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__which_standards_apply",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__check_drift",
      "mcp__8e36de33-4075-4e27-a840-adf850ff97de__bootstrap"
    ]
  }
}