Release v0.1: version and publish the binary #20

Closed
opened 2026-07-22 23:19:45 +00:00 by coilyco-ops · 1 comment
Member

What to build

The release half split out of old #9. Define the versioning scheme, build the binary, and publish a Forgejo release so hosts and containers can install agent-compose without a Go toolchain.

Acceptance criteria

  • Version scheme chosen and documented (repo is pre-v0.1 today; AGENTS.md says the release slice defines versioning and distribution before the first artifact).
  • agent-compose version reports the build version.
  • A Forgejo release carries darwin-arm64 and linux-amd64/arm64 binaries built from a tagged commit.
  • Install path documented in README; no protocol-compatibility machinery beyond the manifest format marker, per the #13 review.

Blocked by

Nothing.

Execution type

AFK.

Filed by Claude Code from the #9 decomposition.

## What to build The release half split out of old #9. Define the versioning scheme, build the binary, and publish a Forgejo release so hosts and containers can install agent-compose without a Go toolchain. ## Acceptance criteria - [ ] Version scheme chosen and documented (repo is pre-v0.1 today; AGENTS.md says the release slice defines versioning and distribution before the first artifact). - [ ] `agent-compose version` reports the build version. - [ ] A Forgejo release carries darwin-arm64 and linux-amd64/arm64 binaries built from a tagged commit. - [ ] Install path documented in README; no protocol-compatibility machinery beyond the manifest format marker, per the #13 review. ## Blocked by Nothing. ## Execution type AFK. Filed by Claude Code from the #9 decomposition.
Author
Member

Shipped. v0.1.0 is live: https://forgejo.coilysiren.me/coilyco-flight-deck/agent-compose/releases/tag/v0.1.0

  • Versioning defined as semver git tags; AGENTS.md Release section documents it (6bde0fb).
  • agent-compose version reports the ldflags-stamped build (dev for source builds).
  • ward exec release-build cross-compiles darwin-arm64, linux-amd64, linux-arm64 into dist/ (gitignored); all three binaries (~4.5MB, stripped, trimpath) are attached to the release, uploaded via the Forgejo API.
  • README gains the install section; protocol compatibility stays the manifest format marker alone per the #13 review.

Closed by Claude Code working the issue queue.

Shipped. v0.1.0 is live: https://forgejo.coilysiren.me/coilyco-flight-deck/agent-compose/releases/tag/v0.1.0 - Versioning defined as semver git tags; AGENTS.md Release section documents it (6bde0fb). - agent-compose version reports the ldflags-stamped build (dev for source builds). - ward exec release-build cross-compiles darwin-arm64, linux-amd64, linux-arm64 into dist/ (gitignored); all three binaries (~4.5MB, stripped, trimpath) are attached to the release, uploaded via the Forgejo API. - README gains the install section; protocol compatibility stays the manifest format marker alone per the #13 review. Closed by Claude Code working the issue queue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agent-compose#20
No description provided.