.claude/settings.local.json

{
  "permissions": {
    "allow": [
      "Bash(git *)",
      "PowerShell(Invoke-Pester *)",
      "Bash(pwsh *)",
      "Bash(Invoke-Pester tests/ -Output Detailed)",
      "Bash(Select-String -Path Public/*.ps1 -Pattern 'ShouldProcess|ConfirmImpact')",
      "Bash(Select-Object Path, Line)",
      "PowerShell(Get-Help *)",
      "Bash(Invoke-Pester C:/Users/simsr/projects/DotForge/tests/ -Output Normal)",
      "Bash(Select-String -Pattern 'Tests completed|Passed|Failed|Skipped')",
      "Bash(Select-Object -Last 5)",
      "WebSearch",
      "WebFetch(domain:github.com)",
      "WebFetch(domain:pscompletions.abgox.com)",
      "WebFetch(domain:www.powershellgallery.com)",
      "Bash(gh api *)",
      "WebFetch(domain:pixi.carapace.sh)",
      "WebFetch(domain:carapace-sh.github.io)",
      "Bash(Remove-Item \"C:\\\\Users\\\\simsr\\\\projects\\\\DotForge\\\\Public\\\\Get-DFCachedCompletion.ps1\" -Force)",
      "Bash(Remove-Item \"C:\\\\Users\\\\simsr\\\\projects\\\\DotForge\\\\Public\\\\Update-DFCompletions.ps1\" -Force)",
      "Bash(Remove-Item \"C:\\\\Users\\\\simsr\\\\projects\\\\DotForge\\\\tests\\\\Get-DFCachedCompletion.Tests.ps1\" -Force)",
      "Bash(Remove-Item \"C:\\\\Users\\\\simsr\\\\projects\\\\DotForge\\\\tests\\\\Update-DFCompletions.Tests.ps1\" -Force)",
      "Bash(Write-Host \"Deleted 4 files\")",
      "mcp__plugin_chrome-devtools-mcp_chrome-devtools__navigate_page",
      "mcp__plugin_chrome-devtools-mcp_chrome-devtools__take_screenshot"
    ]
  },
  "outputStyle": "Explanatory"
}