{
  "_comment": "Copy this file to .osc/cockpit.json and replace the placeholder webhook URLs. Never commit real webhook URLs.",
  "targets": [
    {
      "name": "public-build-stream",
      "platform": "discord",
      "webhookUrl": "https://discord.com/api/webhooks/000000000000000000/replace-with-secret",
      "events": ["status", "completion_report"]
    },
    {
      "name": "review-room",
      "platform": "slack",
      "webhookUrl": "https://hooks.slack.com/services/T00000000/B00000000/replace-with-secret",
      "events": ["blocker", "approval_request"]
    }
  ]
}
