Skip to content

chore!: rename graycode-router back to eyrie - #118

Merged
Patel230 merged 3 commits into
mainfrom
chore/rename-back-to-eyrie
Sep 11, 2026
Merged

Patel230 merged 3 commits into
mainfrom
chore/rename-back-to-eyrie

Conversation

@Patel230

@Patel230 Patel230 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Summary

The GitHub repository is GrayCodeAI/eyrie again, so this reverses the rename in #115 and #116, with no legacy shims:

  • Module github.com/GrayCodeAI/eyrie, Eyrie* types, EYRIE_* env vars, ~/.eyrie. Host references name hawk.
  • Provider state resolves only from EYRIE_CONFIG_DIR or <user config dir>/eyrie.
  • The HAWK_CONFIG_DIR fallback (in config/provider_env.go and config/category.go) is removed.
  • The one-time copy from the old hawk config dir (engine.migrateProviderConfigDir) and its tests are removed.
  • The retired-name guard test (setup/naming_test.go) is removed.
  • Tests isolate config through EYRIE_CONFIG_DIR.
  • CHANGELOG.md uses the eyrie names throughout, with the graycode-router rename entries removed.

Verification

  • gofmt is clean.
  • go build ./..., go vet ./... and go test ./... pass with GOWORK=off.
  • The ecosystem boundary guard passes.

Follow-up

The v0.0.1 tag declares module github.com/GrayCodeAI/graycode-router, so the next eyrie release needs a new version. Hawk's go.mod then needs bumping to that version. The companion PR is GrayCodeAI/rho#301.

🤖 Generated with Claude Code

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>
Patel230 and others added 2 commits September 11, 2026 11:42
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
Patel230 merged commit b8869d7 into main Sep 11, 2026
16 checks passed
@Patel230
Patel230 deleted the chore/rename-back-to-eyrie branch September 11, 2026 07:26
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.


---------
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