Skip to content

docs: rename project to gacha-codes-notifier, link @exec-astraea - #4

Merged
exec-astraea merged 1 commit into
mainfrom
docs/rename-to-gacha-codes-notifier
Jul 25, 2026
Merged

docs: rename project to gacha-codes-notifier, link @exec-astraea#4
exec-astraea merged 1 commit into
mainfrom
docs/rename-to-gacha-codes-notifier

Conversation

@exec-astraea

Copy link
Copy Markdown
Owner

The README still called the project hoyo-codes, which no longer matches the repository name.

Changes

  • README headinggacha-codes-notifier.
  • Docker example → image and container named gacha-codes-notifier (the tag is independent of the binary inside the image, so the example still works as-is).
  • @exec-astraea in the License line was plain text — now links to https://github.com/exec-astraea.
  • User-Agent in sources.go advertised github.com/exec-astraea/hoyo-codes, which returns a hard 404 with no redirect. Now points at the real repo.

Deliberately not renamed

References to seriaati/hoyo-codes in Sources/Credits — that's a different project that legitimately has that name.

Still stale (not in this PR — say if you want them)

Location Current
go.mod:1 module github.com/exec-astraea/hoyo-codes
Dockerfile builds/installs binary as hoyo-codes
main.go:48 startup log says hoyo-codes starting: …
AGENTS.md:1 # hoyo-codes — agent guide
config.example.yaml:1 # hoyo-codes configuration.

The go.mod path is the notable one: it doesn't match the repo URL, so go install github.com/exec-astraea/gacha-codes-notifier@latest would fail on a module-path mismatch. Harmless for local builds and Docker, since nothing imports this module.

gofmt, go build, go vet, go test all pass.

🤖 Generated with Claude Code

The README still called the project hoyo-codes, which no longer matches
the repository. Renames the heading and the Docker image/container names
in the run example, and makes the @exec-astraea credit an actual link.

References to seriaati/hoyo-codes are left alone — that is a different
project that genuinely has that name.

Also updates the User-Agent sent to the upstream APIs: it advertised
github.com/exec-astraea/hoyo-codes, which 404s (no redirect). The whole
point of the +URL is letting API operators identify the client, so a dead
link defeats it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@exec-astraea
exec-astraea merged commit 051f089 into main Jul 25, 2026
1 check passed
@exec-astraea
exec-astraea deleted the docs/rename-to-gacha-codes-notifier branch July 25, 2026 13: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