- 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
26 lines
429 B
Plaintext
26 lines
429 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
README.private.md
|
|
.idea/
|
|
/godaddy.md
|
|
/promptObsydian-sync.md
|
|
/OAUTH_MYSQL_MIGRATION_REPORT.md
|
|
/hermes-k8s.yaml
|
|
/promptObsydian-sync.md
|
|
/setup.sh
|
|
/product/site/squaremcp.com.txt
|
|
hermes.log
|
|
.claude/
|
|
.codex
|
|
opencode.json
|
|
|
|
# Remotion demo project
|
|
videos/remotion-demo/node_modules
|
|
videos/remotion-demo/build
|
|
videos/remotion-demo/out
|
|
videos/remotion-demo/public/*.mov
|
|
product/*.mov
|
|
.gstack/
|
|
.playwright-mcp/
|