## Summary Send webhook on batch completion. ## Usage ```bash ralph-starter auto --webhook https://hooks.slack.com/... ``` ## Implementation - POST to webhook URL on completion - Include summary: tasks completed, PRs created, cost - Support Slack/Discord formats
Summary
Send webhook on batch completion.
Usage
Implementation