fix: rename stubbi → paperclipinc across chart, CI, docs, Go module - #35
Merged
Conversation
Org transfer pass. Updates Go module path, ghcr.io image URLs, GitHub URLs, Helm chart, CI workflows, and docs to reference the new paperclipinc/hermes-operator location. Bare 'stubbi' mentions in author/copyright contexts are left untouched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Updates the Apache 2.0 boilerplate copyright holder from 'stubbi' to the legal entity 'Paperclip.inc' across hack/boilerplate.go.txt and every .go file that embeds it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
stubbi
enabled auto-merge (squash)
May 26, 2026 14:23
stubbi
disabled auto-merge
May 26, 2026 14:25
stubbi
enabled auto-merge (squash)
May 26, 2026 14:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Repo was transferred from
stubbi/hermes-operator→paperclipinc/hermes-operator. In-tree references still pointed at the old URL.What changes
github.com/stubbi/hermes-operator→github.com/paperclipinc/hermes-operator(go.mod+ every import).ghcr.io/stubbi/hermes-agent,ghcr.io/stubbi/hermes-operator,ghcr.io/stubbi/charts,-bundle,-catalog→ghcr.io/paperclipinc/....home,sources, maintainer name fields.--repoflag,.goreleaser.yamlownerfield.org.opencontainers.image.vendor.supportand maintainernamefields.Intentionally left untouched
Copyright 2026 stubbi.headers in all Go source files (author copyright).CODEOWNERS: * @stubbi(GitHub handle attribution).MAINTAINERS.md: [@stubbi](https://github.com/stubbi)(author attribution link).hack/boilerplate.go.txtcopyright boilerplate.docs/superpowers/specs/anddocs/superpowers/plans/historical planning documents that describe the original repo state.stubbi/hermes-operatorcommits and issues.Verification
go build ./...passes cleanly.go test ./...results:api/v1: PASStest/conformance: PASS (1.178s)internal/controller: FAIL (pre-existing — kubebuilder etcd binary not present at../../bin/k8s)test/e2e: FAIL (pre-existing — no Kubernetes cluster at localhost:8080)After merge
Cut a new chart + image release at
ghcr.io/paperclipinc/hermes-operator:vNso downstream consumers can update their pins.🤖 Generated with Claude Code