feat(notifications): Slack alerts for new pilot requests
- Add src/notifications/slack.ts — Slack webhook integration with rich blocks - Add src/notifications/index.ts — dispatcher with test-submission filtering - Wire notifyNewPilotRequest() into POST /api/pilot-request (fire-and-forget) - Filter out test submissions (@example.com, E2E, Smoke Test, QA Test, Browser Test) - Skip alert gracefully when SLACK_PILOT_WEBHOOK_URL is not set - Update .gitignore to exclude .playwright-mcp/ artifacts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ videos/remotion-demo/out
|
||||
videos/remotion-demo/public/*.mov
|
||||
product/*.mov
|
||||
.gstack/
|
||||
.playwright-mcp/
|
||||
|
||||
Reference in New Issue
Block a user