Skip to content

feat!: rename eyrie to flux, reset version to 0.0.1 - #120

Merged
Patel230 merged 1 commit into
mainfrom
feat/rename-to-flux
Sep 15, 2026
Merged

Patel230 merged 1 commit into
mainfrom
feat/rename-to-flux

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Summary

  • Rename the project from eyrie to flux across all 432 files: module path (github.com/GrayCodeAI/flux), packages, docs, SDKs, CI workflows, issue templates, env-var contract
  • Reset version to 0.0.1 (VERSION, Go SDK, Python SDK, TypeScript SDK, OpenAPI spec); old tags/releases under defunct module paths removed
  • Redesign logo for the flux identity (flow arcs + bolt; hawk/nest artwork and pink/red accents removed)
  • Drop binary-build LDFLAGS from the Makefile (flux is a library; version embedded from VERSION)
  • Fix .env.example to the real env contract; fix bug-report template to the real API
  • Remove legacy git tags, GitHub releases, and stale branches

Env-var contract changes

  • HAWK_CUSTOM_HEADERSFLUX_CUSTOM_HEADERS
  • HAWK_SMALL_FAST_MODELFLUX_SMALL_FAST_MODEL
  • ___HAWK_STORAGE_PROBE______FLUX_STORAGE_PROBE___

Verified the hawk checkout consumes none of these. EXPORT_HAWK_FIXTURE is kept — it is a genuine cross-repo contract with hawk/internal/catalogtest.

BREAKING CHANGE

Module path changed; consumers must update imports and re-pin.

Test plan

  • make ci green locally (tidy, fmt, vet, lint, boundaries, race tests, govulncheck — 0 issues, 0 vulnerabilities)
  • markdownlint 0 issues; all YAML workflows/templates valid
  • Zero eyrie / stray HAWK_* / pink hex references repo-wide
  • go build/go vet/tests pass in the parent go.work workspace (flux + rho)

- 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
Patel230 merged commit 34010bf into main Sep 15, 2026
16 checks passed
@Patel230
Patel230 deleted the feat/rename-to-flux branch September 15, 2026 00:03
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.
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