[Integration] Map & test Slack notification integration #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Slack — Job Pipeline Notifications
Send Slack messages when notable pipeline events occur: new job batch found, interview scheduled, offer received, rejection logged.
Current state
scripts/integrations/slack.pyexists (37 lines, 4 methods). Uses Incoming Webhooks — no OAuth required.Tasks
Mapping
config/integrations/slack.yamlImplementation
SlackIntegration.connect()validates webhook URL formatSlackIntegration.test()— POST a test message to the webhookSlackIntegration.notify(event, payload)— format and POST messageTesting
test()sends "Peregrine connected" message to real webhookAcceptance criteria