docs(adr): amend 0033, the forge edge is open to the Go proxy and the GOPRIVATE note is retired (#440) #472

Merged
hexajon merged 1 commit from issue-440-docsinstall-drop-the-goprivate-temporary-until-pub into main 2026-09-09 21:53:31 +00:00
Owner

Summary

Closes #440. The install guide already carries the plain go install madtea.lol/cmd/madtea@latest line with no GOPRIVATE blockquote (removed with the pre-launch hedging cleanup), so the acceptance criteria were met in the docs. What was missing was the decision record: ADR 0033 still described a temporary GOPRIVATE requirement while the forge was gated.

This adds a dated inline amendment to ADR 0033 (no reversal, body preserved) and touches its Status line:

  • the gate was Bot Fight Mode plus a second edge product, not an IP allowlist; fixed on the zone (#455, runbook in cheshirecube-cloud-infra);
  • verified 2026-09-09 with GOPRIVATE unset and empty caches: go install madtea.lol/cmd/madtea@latest installs v0.18.5 through proxy.golang.org, and sum.golang.org holds the hashes;
  • v0.18.5 was cut because the proxy kept v0.18.4's pre-fix failure; tags before v0.18.4 declare the old module path, as the ADR already noted;
  • the "reach is narrower until full-public" consequence and the GOPRIVATE cost in the alternatives are marked historical; the GitHub fallback (#386) stays parked.

The ADR index row is updated to match.

Gate: ./scripts/gate.sh --fast passes every check except go-version, which fails because this host runs Go 1.26.8 while go.mod pins 1.26.6. That is toolchain drift independent of this diff; CI's pinned 1.26.6 image matches go.mod. The bump is filed as its own issue.

Closes #440

## Summary Closes #440. The install guide already carries the plain `go install madtea.lol/cmd/madtea@latest` line with no GOPRIVATE blockquote (removed with the pre-launch hedging cleanup), so the acceptance criteria were met in the docs. What was missing was the decision record: ADR 0033 still described a temporary GOPRIVATE requirement while the forge was gated. This adds a dated inline amendment to ADR 0033 (no reversal, body preserved) and touches its Status line: - the gate was Bot Fight Mode plus a second edge product, not an IP allowlist; fixed on the zone (#455, runbook in cheshirecube-cloud-infra); - verified 2026-09-09 with GOPRIVATE unset and empty caches: `go install madtea.lol/cmd/madtea@latest` installs v0.18.5 through proxy.golang.org, and sum.golang.org holds the hashes; - v0.18.5 was cut because the proxy kept v0.18.4's pre-fix failure; tags before v0.18.4 declare the old module path, as the ADR already noted; - the "reach is narrower until full-public" consequence and the GOPRIVATE cost in the alternatives are marked historical; the GitHub fallback (#386) stays parked. The ADR index row is updated to match. Gate: `./scripts/gate.sh --fast` passes every check except go-version, which fails because this host runs Go 1.26.8 while go.mod pins 1.26.6. That is toolchain drift independent of this diff; CI's pinned 1.26.6 image matches go.mod. The bump is filed as its own issue. Closes #440
docs(adr): amend 0033, the forge edge is open to the Go proxy and the GOPRIVATE note is retired (#440)
All checks were successful
drift / govulncheck (pull_request) Has been skipped
drift / surface-diff (pull_request) Successful in 1m3s
drift / forgejo-smoke (pull_request) Has been skipped
ci / mcp-conformance (pull_request) Successful in 2m2s
ci / mcp-conformance (push) Successful in 2s
drift / govulncheck (push) Has been skipped
drift / surface-diff (push) Successful in -3s
drift / forgejo-smoke (push) Has been skipped
ci / gate (push) Successful in 8m11s
ci / gate (pull_request) Successful in 27m32s
7d9ac464d9
Closes #440
Sign in to join this conversation.
No reviewers
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
sixfold-space/madtea!472
No description provided.