upskill-event-manager/.claude/settings.local.json
bengizmo 82596db528
Some checks failed
HVAC Plugin CI/CD Pipeline / Security Analysis (push) Has been cancelled
HVAC Plugin CI/CD Pipeline / Code Quality & Standards (push) Has been cancelled
HVAC Plugin CI/CD Pipeline / Unit Tests (push) Has been cancelled
Security Monitoring & Compliance / Secrets & Credential Scan (push) Has been cancelled
Security Monitoring & Compliance / WordPress Security Analysis (push) Has been cancelled
HVAC Plugin CI/CD Pipeline / Integration Tests (push) Has been cancelled
Security Monitoring & Compliance / Dependency Vulnerability Scan (push) Has been cancelled
Security Monitoring & Compliance / Static Code Security Analysis (push) Has been cancelled
Security Monitoring & Compliance / Security Compliance Validation (push) Has been cancelled
HVAC Plugin CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
HVAC Plugin CI/CD Pipeline / Deploy to Production (push) Has been cancelled
HVAC Plugin CI/CD Pipeline / Notification (push) Has been cancelled
Security Monitoring & Compliance / Security Summary Report (push) Has been cancelled
Security Monitoring & Compliance / Security Team Notification (push) Has been cancelled
Update local Claude settings
2026-03-24 11:16:55 -03:00

40 lines
1.2 KiB
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(SSHPASS=:* sshpass -e ssh :*)",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_evaluate",
"Bash(scripts/deploy.sh:*)",
"WebSearch",
"mcp__zen__debug",
"mcp__zen__chat",
"mcp__playwright__browser_click",
"mcp__playwright__browser_take_screenshot",
"mcp__zen__analyze",
"mcp__playwright__browser_type",
"mcp__playwright__browser_close",
"mcp__playwright__browser_install",
"Bash(./scripts/deploy.sh:*)",
"Bash(curl:*)",
"Bash(yes:*)",
"WebFetch(domain:json.schemastore.org)",
"WebFetch(domain:www.schemastore.org)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(bash /Users/ben/dev/upskill-event-manager/scripts/pre-deployment-check.sh)",
"Bash(bash /Users/ben/dev/upskill-event-manager/scripts/deploy.sh:*)",
"Bash(git:*)"
],
"deny": [],
"ask": [],
"additionalDirectories": [
"/tmp"
]
},
"enableAllProjectMcpServers": true,
"disabledMcpjsonServers": [
"postgres",
"kubernetes"
]
}