upskill-event-manager/.claude/settings.local.json
Ben bb3441c0e6 feat: Complete TEC integration with mobile fixes and comprehensive testing
- Added mobile navigation fix CSS to resolve overlapping elements
- Created TEC integration pages (create, edit, my events)
- Implemented comprehensive Playwright E2E test suites
- Fixed mobile navigation conflicts with z-index management
- Added test runners with detailed reporting
- Achieved 70% test success rate (100% on core features)
- Page load performance optimized to 3.8 seconds
- Cross-browser compatibility verified

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 07:07:06 -03:00

94 lines
No EOL
2.7 KiB
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(chmod:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(sed:*)",
"Bash(touch:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(echo:*)",
"Bash(source:*)",
"Bash(curl:*)",
"Bash(ssh:*)",
"Bash(sshpass:*)",
"Bash(rsync:*)",
"Bash(zip:*)",
"Bash(unzip:*)",
"Bash(tar:*)",
"Bash(node:*)",
"Bash(npm:*)",
"Bash(npx:*)",
"Bash(php:*)",
"Bash(composer:*)",
"Bash(mysql:*)",
"Bash(wp:*)",
"Bash(wp-cli.phar:*)",
"Bash(python3:*)",
"Bash(expect:*)",
"Bash(timeout:*)",
"Bash(pkill:*)",
"Bash(xvfb-run:*)",
"Bash(git:*)",
"Bash(scripts/*)",
"Bash(bin/*)",
"Bash(./scripts/*)",
"Bash(./bin/*)",
"Bash(UPSKILL_STAGING_URL=*)",
"Bash(STAGING_ADMIN_USER=*)",
"Bash(DISPLAY=*)",
"WebFetch(domain:upskill-staging.measurequick.com)",
"WebFetch(domain:upskillhvac.com)",
"WebFetch(domain:theeventscalendar.com)",
"WebFetch(domain:docs.theeventscalendar.com)",
"WebFetch(domain:wpastra.com)",
"WebFetch(domain:developers.wpastra.com)",
"WebFetch(domain:intercom.help)",
"WebFetch(domain:www.zoho.com)",
"mcp__zen__secaudit",
"mcp__zen__codereview",
"mcp__zen__debug",
"mcp__zen__refactor",
"mcp__zen__challenge",
"mcp__zen__consensus",
"mcp__zen__listmodels",
"mcp__zen__analyze",
"mcp__zen__precommit",
"mcp__zen-mcp__challenge",
"mcp__zen-mcp__thinkdeep",
"mcp__zen-mcp__debug",
"mcp__zen-mcp__planner",
"mcp__zen-mcp__chat",
"mcp__zen-mcp__testgen",
"mcp__sequential-thinking__sequentialthinking",
"mcp__sequential-thinking__sequentialthinking_tools",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_type",
"mcp__playwright__browser_click",
"mcp__playwright__browser_evaluate",
"mcp__playwright__browser_snapshot",
"mcp__playwright__browser_close",
"mcp__playwright__browser_resize",
"mcp__playwright__browser_take_screenshot",
"mcp__playwright__browser_install",
"mcp__playwright__browser_console_messages",
"mcp__playwright__browser_wait_for",
"mcp__git__git_diff",
"mcp__git__git_status",
"mcp__git__git_add",
"mcp__git__git_commit",
"mcp__git__git_set_working_dir",
"mcp__fetch__fetch",
"mcp__playwright__browser_press_key"
],
"deny": []
},
"enableAllProjectMcpServers": true
}