---
schema_version: 1
status: draft
maturity: mvp
ecosystems: [go]
targets:
- {ecosystem: go, package: acmectl, registry: proxy.golang.org, adapter: goreleaser}
- {ecosystem: go, package: acmectl, registry: gh-releases, adapter: goreleaser}
versioning: semver
changelog:
mode: fragment
source: manual
release:
model: gated
layout: single
provenance_level: keyless
health_badges: [ci, registry, license]
license: MIT
docs_site: none
roadmap_url: https://example.com/roadmap # unknown field: preserved for forward-compat
---
> **DRAFT — human review required before use.** Generated by `/oss-init` on
> 2026-07-25 from "single-binary Go CLI, GoReleaser cross-compile to GH Releases".
> Review each field, flip `status: approved`, then run `/oss-release`.
## Rationale
- **maturity: mvp** — CI + tests + a tagged v0.5.0; small team.
- **targets** — the Go module proxy auto-indexes on tag; GoReleaser also builds
per-platform binaries as GH Release assets.
- **`roadmap_url`** — an example unknown field; the normalizer preserves it under
`extra_fields` and reports it once (forward-compat), rather than dropping it.
## Release notes
- A pushed Go tag is effectively permanent (the module proxy caches it) — treat tagging
as the point of no return.