Some checks are pending
HVAC Plugin CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions
HVAC Plugin CI/CD Pipeline / Notification (push) Blocked by required conditions
HVAC Plugin CI/CD Pipeline / Security Analysis (push) Waiting to run
HVAC Plugin CI/CD Pipeline / Code Quality & Standards (push) Waiting to run
HVAC Plugin CI/CD Pipeline / Unit Tests (push) Waiting to run
HVAC Plugin CI/CD Pipeline / Integration Tests (push) Waiting to run
HVAC Plugin CI/CD Pipeline / Deploy to Staging (push) Blocked by required conditions
Security Monitoring & Compliance / Dependency Vulnerability Scan (push) Waiting to run
Security Monitoring & Compliance / Secrets & Credential Scan (push) Waiting to run
Security Monitoring & Compliance / WordPress Security Analysis (push) Waiting to run
Security Monitoring & Compliance / Static Code Security Analysis (push) Waiting to run
Security Monitoring & Compliance / Security Compliance Validation (push) Waiting to run
Security Monitoring & Compliance / Security Summary Report (push) Blocked by required conditions
Security Monitoring & Compliance / Security Team Notification (push) Blocked by required conditions
- Add Object.defineProperty interceptor to catch iMapsData assignment before IGM plugin corrupts it - Detect and repair markers with corrupted coordinates (Lat == Lng) using backup lat/lng keys - Remove PHP query injections that caused 500 errors - Increase safety timeouts from 6s to 30s for slower resource loading - Remove Safari blocker bug in find-trainer assets - Update debug script for mapgeo integration testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
950 B
JSON
35 lines
950 B
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)"
|
|
],
|
|
"deny": [],
|
|
"ask": [],
|
|
"additionalDirectories": [
|
|
"/tmp"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"disabledMcpjsonServers": [
|
|
"postgres",
|
|
"kubernetes"
|
|
]
|
|
}
|