The direct build can receive activity from any tool that can run a shell command through Belay's local webhook. The basics are already documented in docs/HOW-IT-WORKS.md under Talking to Belay from anything.
What's missing is one complete, copy-pasteable example.
Pick a real workflow you actually use, such as a Makefile, git hook, or cron job, and show how to tell Belay:
- work started
- work finished
Include the exact curl commands, where they go, and a short explanation of what is happening.
Deliverable: add a short section or page under docs/ and test the example against a running Belay.
Documentation only. No Swift required.
The direct build can receive activity from any tool that can run a shell command through Belay's local webhook. The basics are already documented in
docs/HOW-IT-WORKS.mdunder Talking to Belay from anything.What's missing is one complete, copy-pasteable example.
Pick a real workflow you actually use, such as a Makefile, git hook, or cron job, and show how to tell Belay:
Include the exact
curlcommands, where they go, and a short explanation of what is happening.Deliverable: add a short section or page under
docs/and test the example against a running Belay.Documentation only. No Swift required.