build-release
Installation
SKILL.md
Build the release-style binary:
bash scripts/build.sh
This script:
- Derives the version from git unless
VERSIONis provided - Compiles with
-ldflagsto embed the version and strip debug symbols - If
GATEWAY_URLis set, embeds it asinfrastructure/config.BuildBaseURL— the free shared-gateway default so a zero-config binary works out of the box - Outputs the binary to the name specified by
OUTPUT(defaults togit-agent)
Provider credentials are never embedded in release artifacts — only a gateway URL may be embedded (and even that is optional; users can always override it via config). Never pass a token/API key to this script.