chore!: rename graycode-router back to eyrie - #118
Merged
Merged
Conversation
The GitHub repository is GrayCodeAI/eyrie again, so the module path and naming follow it: github.com/GrayCodeAI/eyrie, Eyrie* types, EYRIE_* env vars, ~/.eyrie config, and host references name hawk. TestNoLegacyHostNameInUserFacingStrings now guards the retired graycode name instead of hawk. The v0.0.1 tag declares the graycode-router module path, so the next release needs a new version. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Eyrie resolves provider state only from EYRIE_CONFIG_DIR or the user config dir. Removes the HAWK_CONFIG_DIR fallback, the one-time copy from the old hawk config dir, the retired-name guard test, and the rename narrative in CHANGELOG. Tests isolate config via EYRIE_CONFIG_DIR. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Bump VERSION, the OpenAPI spec and the internal SDK manifests to 0.3.0 and cut the 0.3.0 CHANGELOG section. v0.3.0 is the first eyrie tag that declares module path github.com/GrayCodeAI/eyrie after the rename back. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Patel230
added a commit
that referenced
this pull request
Sep 16, 2026
* chore!: rename graycode-router back to eyrie The GitHub repository is GrayCodeAI/eyrie again, so the module path and naming follow it: github.com/GrayCodeAI/eyrie, Eyrie* types, EYRIE_* env vars, ~/.eyrie config, and host references name hawk. TestNoLegacyHostNameInUserFacingStrings now guards the retired graycode name instead of hawk. The v0.0.1 tag declares the graycode-router module path, so the next release needs a new version. * refactor!: drop legacy host config fallbacks Eyrie resolves provider state only from EYRIE_CONFIG_DIR or the user config dir. Removes the HAWK_CONFIG_DIR fallback, the one-time copy from the old hawk config dir, the retired-name guard test, and the rename narrative in CHANGELOG. Tests isolate config via EYRIE_CONFIG_DIR. * chore(release): set version to 0.3.0 Bump VERSION, the OpenAPI spec and the internal SDK manifests to 0.3.0 and cut the 0.3.0 CHANGELOG section. v0.3.0 is the first eyrie tag that declares module path github.com/GrayCodeAI/eyrie after the rename back. ---------
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.
Summary
The GitHub repository is
GrayCodeAI/eyrieagain, so this reverses the rename in #115 and #116, with no legacy shims:github.com/GrayCodeAI/eyrie,Eyrie*types,EYRIE_*env vars,~/.eyrie. Host references namehawk.EYRIE_CONFIG_DIRor<user config dir>/eyrie.HAWK_CONFIG_DIRfallback (inconfig/provider_env.goandconfig/category.go) is removed.hawkconfig dir (engine.migrateProviderConfigDir) and its tests are removed.setup/naming_test.go) is removed.EYRIE_CONFIG_DIR.CHANGELOG.mduses the eyrie names throughout, with the graycode-router rename entries removed.Verification
go build ./...,go vet ./...andgo test ./...pass withGOWORK=off.Follow-up
The
v0.0.1tag declaresmodule github.com/GrayCodeAI/graycode-router, so the next eyrie release needs a new version. Hawk'sgo.modthen needs bumping to that version. The companion PR is GrayCodeAI/rho#301.🤖 Generated with Claude Code