Files
hermes-mcp/.gitignore
Garfield 1742a2f599 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
2026-05-14 18:22:52 -04:00

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/