Skip to content

Vanity Package#10

Merged
bbengfort merged 2 commits intomainfrom
gortnlai
Mar 21, 2026
Merged

Vanity Package#10
bbengfort merged 2 commits intomainfrom
gortnlai

Conversation

@bbengfort
Copy link
Copy Markdown
Contributor

@bbengfort bbengfort commented Mar 21, 2026

Scope of changes

Converts Confire to go.rtnl.ai/confire as a vanity package.

Type of change

  • new feature
  • bug fix
  • documentation
  • testing
  • technical debt
  • other (describe)

Author checklist

  • I have manually tested the change and/or added automation in the form of unit tests or integration tests
  • I have added new test fixtures as needed to support added tests

Note

Low Risk
Primarily a module/import-path migration and CI/doc updates; risk is limited to downstream breakage if consumers still import the old path or if any references were missed.

Overview
Migrates the project from github.com/rotationalio/confire to the vanity module path go.rtnl.ai/confire by updating go.mod and rewriting internal imports across packages and tests.

Updates CI (.github/workflows/test.yaml) and README badges/examples to use the new checkout path and import/go-get instructions, keeping behavior otherwise unchanged.

Written by Cursor Bugbot for commit 82e3005. Configure here.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: GitHub Actions badge URLs incorrectly use vanity domain
    • Updated the README Tests badge image and link URLs to use the GitHub domain so the badge renders and points to the workflow page correctly.

Create PR

Or push these changes by commenting:

@cursor push 2b9b022dd5
Preview (2b9b022dd5)
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Confire
 
 [![Go Reference](https://pkg.go.dev/badge/go.rtnl.ai/confire.svg)](https://pkg.go.dev/go.rtnl.ai/confire)
-[![Tests](https://go.rtnl.ai/confire/actions/workflows/test.yaml/badge.svg)](https://go.rtnl.ai/confire/actions/workflows/test.yaml)
+[![Tests](https://github.com/rotationalio/confire/actions/workflows/test.yaml/badge.svg)](https://github.com/rotationalio/confire/actions/workflows/test.yaml)
 [![Go Report Card](https://goreportcard.com/badge/go.rtnl.ai/confire)](https://goreportcard.com/report/go.rtnl.ai/confire)
 
 **Configuration management for services and distributed systems**

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

README.md Outdated
[![Tests](https://github.com/rotationalio/confire/actions/workflows/test.yaml/badge.svg)](https://github.com/rotationalio/confire/actions/workflows/test.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/rotationalio/confire)](https://goreportcard.com/report/github.com/rotationalio/confire)
[![Go Reference](https://pkg.go.dev/badge/go.rtnl.ai/confire.svg)](https://pkg.go.dev/go.rtnl.ai/confire)
[![Tests](https://go.rtnl.ai/confire/actions/workflows/test.yaml/badge.svg)](https://go.rtnl.ai/confire/actions/workflows/test.yaml)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Actions badge URLs incorrectly use vanity domain

Medium Severity

The Tests badge image URL and link were changed from github.com/rotationalio/confire/actions/... to go.rtnl.ai/confire/actions/.... The vanity domain go.rtnl.ai only serves Go module meta tags for go get resolution — it doesn't proxy GitHub web pages. This means the badge image won't load and the link won't navigate to the GitHub Actions page. The pkg.go.dev and goreportcard.com badges are fine since those services resolve by module path, but GitHub Actions URLs need to stay on github.com.

Fix in Cursor Fix in Web

@bbengfort bbengfort merged commit 6f6f096 into main Mar 21, 2026
4 checks passed
@bbengfort bbengfort deleted the gortnlai branch March 21, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant