refactor: migrate module path to madtea.lol and repoint distribution to the GitHub edge #382

Merged
hexajon merged 5 commits from feat/madtea-lol-vanity-path into main 2026-08-17 01:05:57 +00:00
Owner

Summary

Renames the Go module to madtea.lol (the vanity import path) and repoints release and distribution config to the GitHub edge, with git.cheshirecube.cloud/sixfold-space/madtea as the canonical source home. Per ADR 0032.

  • Module path: go.mod + ~819 internal imports become madtea.lol/.... Direct Go importers must update their import paths.
  • Distribution to GitHub: .goreleaser.yaml (github provider, sixfold-space tap/scoop, homepage madtea.lol), the self-updater base URL, the printed marketplace URL, and the release scripts.
  • Source home to cheshirecube: issue-tracker links, the clone URL, and the release origin gate.
  • Docs: install guide, README, CONTRIBUTING import examples, and the two new contributing docs indexed.

The config repoint is gate-green (GATE: PASS). madtea's runtime GitHub-API paths (the self-updater, release-state checks, and the plugin vendor) still speak the Gitea API and are retooled in #381, which gates the first GitHub release. Refs #380.

## Summary Renames the Go module to `madtea.lol` (the vanity import path) and repoints release and distribution config to the GitHub edge, with `git.cheshirecube.cloud/sixfold-space/madtea` as the canonical source home. Per ADR 0032. - Module path: `go.mod` + ~819 internal imports become `madtea.lol/...`. Direct Go importers must update their import paths. - Distribution to GitHub: `.goreleaser.yaml` (github provider, `sixfold-space` tap/scoop, homepage `madtea.lol`), the self-updater base URL, the printed marketplace URL, and the release scripts. - Source home to cheshirecube: issue-tracker links, the clone URL, and the release origin gate. - Docs: install guide, README, CONTRIBUTING import examples, and the two new contributing docs indexed. The config repoint is gate-green (`GATE: PASS`). madtea's runtime GitHub-API paths (the self-updater, release-state checks, and the plugin vendor) still speak the Gitea API and are retooled in #381, which gates the first GitHub release. Refs #380.
refactor: migrate module path to madtea.lol and repoint distribution to the GitHub edge
All checks were successful
drift / govulncheck (pull_request) Has been skipped
drift / forgejo-smoke (pull_request) Has been skipped
ci / mcp-conformance (pull_request) Successful in 2m0s
drift / surface-diff (pull_request) Successful in 1m5s
ci / mcp-conformance (push) Successful in 44s
drift / govulncheck (push) Has been skipped
drift / surface-diff (push) Successful in 17s
drift / forgejo-smoke (push) Has been skipped
ci / gate (push) Successful in 13m40s
ci / gate (pull_request) Successful in 18m29s
fedf9040ad
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!382
No description provided.