- require github.com/VictorVargas/rony-llm-agent pinned to a pseudo-version
(latest commit on cde9ac3); will be replaced by a tagged version once the
dep is tagged and published
- replace directive lets 'go build' work on a fresh clone without the
parent go.work; REMOVE this replace when the dep is public
- build.yml: builds the binary on push to main and tag push, uploads as
artifact, and attaches to the release on tag push when one exists
CI will fail until rony-llm-agent is public — that's expected. Remove the
replace and bump the require version to the first tagged release when it is.