chore(org): complete arimxyer → reyamira repo reference sweep#112
Merged
Conversation
The repo transferred from the `arimxyer` org to `reyamira` (the old URLs now redirect). This rewrites every repository/web/publish reference to reyamira so 0.18.0 — the first release since the transfer — publishes to the right place. Changed: - .goreleaser.yml: release.github.owner + brews/scoops repository.owner -> reyamira; homepage/install snippets/changelog URLs -> reyamira. - homebrew/pass-cli.rb, scoop/pass-cli.json: homepage, release download URLs, autoupdate/checkver -> reyamira. - cmd/doctor.go: runtime GitHubRepo update-check slug -> reyamira/pass-cli. - cmd/root.go, cmd/keychain_status.go, internal/config/config.go: runtime help/doc URL strings -> reyamira (string literals/comments only). - README, SECURITY, CONTRIBUTING, all docs/**, docsite/hugo.yaml, issue templates, docs-validation workflow, winget/brew/scoop manifests, .doc-manager: badges, Pages URLs, repo links -> reyamira. Deliberately kept as arimxyer (identity / module path, not repo references): - Go module path `github.com/arimxyer/pass-cli` in go.mod + docsite/go.mod, all .go import statements, and the .goreleaser.yml ldflags that inject into it. - CHANGELOG history of the prior ari1110 -> arimxyer rename. - winget Publisher / Author / Copyright / PackageIdentifier (arimxyer.pass-cli) and PublisherUrl (publisher's GitHub profile). - issue-management.yml `assignees: ['arimxyer']` (GitHub username). Supersedes #92 (the long-open sweep, now stale). Verified: go build, go vet, valid .goreleaser.yml, residual-grep clean (only intentional keeps remain). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019sxsM218vNzDbuMZ2nhMzx
…ndings) The blank-check verification caught two doc bugs shipped in #111: - CHANGELOG #104 entry was inverted (the misleading squash subject "drop dead --hash, feedback, --offline" drove it). Verified against the #104 diff (67ca1d1): it removed the dead `rclone lsjson --hash` flag, ADDED pull-side sync feedback (not removed; still live at cmd/helpers.go:584), and ADDED a new global `--offline` flag. Corrected the entry and moved `--offline` to Added. Also added a [0.18.0] note for the arimxyer->reyamira install-source change. - scripting-guide.md: fixed a dead `#configuration` anchor -> the configuration reference doc. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019sxsM218vNzDbuMZ2nhMzx
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
The repo transferred from the
arimxyerorg toreyamira(old URLs now redirect). 0.18.0 is the first release since the transfer, and.goreleaser.ymlstill targetedarimxyer/homebrew-tap,arimxyer/scoop-bucket, andarimxyer/pass-clifor publishing — which would likely fail (tokens don't write through redirects) or land in the wrong place. This sweep fixes the publish targets and every other repo/web reference. Supersedes the long-stale #92.What changed (38 files)
.goreleaser.yml—release.github.owner+ brew/scooprepository.owner→reyamira; homepage, install snippets, changelog URLs.homebrew/pass-cli.rb,scoop/pass-cli.json— homepage, release-download, autoupdate/checkver URLs.cmd/doctor.goupdate-check slug →reyamira/pass-cli;cmd/root.go,cmd/keychain_status.go,internal/config/config.gohelp/doc URLs.README,SECURITY,CONTRIBUTING, alldocs/**,docsite/hugo.yaml, issue templates,docs-validation.yml, winget manifest URLs,.doc-manager— badges, Pages URLs, repo links.Deliberately kept as
arimxyer(identity / module path — not repo references)go.mod,docsite/go.mod, all.goimports) and the.goreleaser.ymlldflags that inject into it — the module path intentionally staysarimxyer.ari1110→arimxyerrename.Publisher/Author/Copyright/PackageIdentifier/PublisherUrl(publisher identity).issue-management.ymlassignees: ['arimxyer'](GitHub username).Verification
go build ./...✓,go vet✓,.goreleaser.ymlvalid YAML with all 3 owners →reyamira✓docs/README.md(a symlink →_index.md) was flattened into a regular file; restored as a symlink.🤖 Generated with Claude Code