feat!: rename eyrie to flux, reset version to 0.0.1 - #120
Merged
Merged
Conversation
- Module path: github.com/GrayCodeAI/eyrie -> github.com/GrayCodeAI/flux - All packages, docs, SDKs, CI workflows, and issue templates renamed - Env-var contract: HAWK_CUSTOM_HEADERS -> FLUX_CUSTOM_HEADERS, HAWK_SMALL_FAST_MODEL -> FLUX_SMALL_FAST_MODEL, ___HAWK_STORAGE_PROBE___ -> ___FLUX_STORAGE_PROBE___ (hawk does not consume any of these; EXPORT_HAWK_FIXTURE kept as the genuine hawk/internal/catalogtest cross-repo contract) - .env.example rewritten to the real env contract (dropped phantom FLUX_API_KEY / FLUX_ALLOW_INSECURE_PUBLIC_API, documented actual FLUX_* vars) - Logo redesigned for the flux identity: flow arcs + bolt, no hawk/nest artwork, no pink/red accents - VERSION and SDK/OpenAPI versions reset to 0.0.1; CHANGELOG updated - Makefile drops binary LDFLAGS (flux is a library; version embedded from the VERSION file) BREAKING CHANGE: module path changed; consumers must update imports and re-pin.
Patel230
added a commit
that referenced
this pull request
Sep 16, 2026
- Module path: github.com/GrayCodeAI/eyrie -> github.com/GrayCodeAI/flux - All packages, docs, SDKs, CI workflows, and issue templates renamed - Env-var contract: HAWK_CUSTOM_HEADERS -> FLUX_CUSTOM_HEADERS, HAWK_SMALL_FAST_MODEL -> FLUX_SMALL_FAST_MODEL, ___HAWK_STORAGE_PROBE___ -> ___FLUX_STORAGE_PROBE___ (hawk does not consume any of these; EXPORT_HAWK_FIXTURE kept as the genuine hawk/internal/catalogtest cross-repo contract) - .env.example rewritten to the real env contract (dropped phantom FLUX_API_KEY / FLUX_ALLOW_INSECURE_PUBLIC_API, documented actual FLUX_* vars) - Logo redesigned for the flux identity: flow arcs + bolt, no hawk/nest artwork, no pink/red accents - VERSION and SDK/OpenAPI versions reset to 0.0.1; CHANGELOG updated - Makefile drops binary LDFLAGS (flux is a library; version embedded from the VERSION file) BREAKING CHANGE: module path changed; consumers must update imports and re-pin.
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
github.com/GrayCodeAI/flux), packages, docs, SDKs, CI workflows, issue templates, env-var contract.env.exampleto the real env contract; fix bug-report template to the real APIEnv-var contract changes
HAWK_CUSTOM_HEADERS→FLUX_CUSTOM_HEADERSHAWK_SMALL_FAST_MODEL→FLUX_SMALL_FAST_MODEL___HAWK_STORAGE_PROBE___→___FLUX_STORAGE_PROBE___Verified the hawk checkout consumes none of these.
EXPORT_HAWK_FIXTUREis kept — it is a genuine cross-repo contract withhawk/internal/catalogtest.BREAKING CHANGE
Module path changed; consumers must update imports and re-pin.
Test plan
make cigreen locally (tidy, fmt, vet, lint, boundaries, race tests, govulncheck — 0 issues, 0 vulnerabilities)eyrie/ strayHAWK_*/ pink hex references repo-widego build/go vet/tests pass in the parent go.work workspace (flux + rho)