Skip to content

chore(submodules): bump eyrie to cac004d (post-#46 squash)#62

Merged
Patel230 merged 1 commit into
mainfrom
chore/bump-eyrie-submodule-cac004d
Jun 19, 2026
Merged

chore(submodules): bump eyrie to cac004d (post-#46 squash)#62
Patel230 merged 1 commit into
mainfrom
chore/bump-eyrie-submodule-cac004d

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Bump external/eyrie from 3ff69b59 to cac004dae2e97188785ccae7e527057417a6d7ed so hawk tracks the new eyrie main after PR #46 (refactor: make retry fallbacks and sqlite pooling configurable) was squash-merged on eyrie.

The pinned SHA on origin was still the previous eyrie main (PR #45, security/correctness hardening), which left hawk effectively one commit behind on eyrie despite local main being up-to-date.

Why

eyrie main advanced and hawk's pinned submodule SHA was not updated. Left unrepinned, the next CI run on a fresh external/eyrie checkout would still resolve to the old eyrie, masking the API changes that landed in #46 (variadic NewCodeAgentRetry(opts ...Option), variadic storage.Open(path, opts ...Option)).

Test plan

  • go work sync cleanly
  • go build ./... clean
  • go vet ./... clean
  • gofumpt -l . clean
  • golangci-lint run --config .golangci.yml ./cmd/... ./internal/provider/routing/... (0 issues)
  • go test ./cmd/... ./internal/provider/routing/... all pass

- eyrie main now at cac004dae2e97 (refactor: make retry fallbacks and sqlite pooling configurable #46)
- hawk go.work replace still points at ./external/eyrie and resolves cleanly
- builds, vet, gofumpt, golangci-lint, and cmd+routing tests verify the new API surface (NewCodeAgentRetry variadic, storage.Open WithMaxOpenConns) is source-compatible with current hawk callers
@Patel230
Patel230 merged commit 2e5a333 into main Jun 19, 2026
17 checks passed
@Patel230
Patel230 deleted the chore/bump-eyrie-submodule-cac004d branch June 19, 2026 09:29
Patel230 added a commit that referenced this pull request Jul 11, 2026
- eyrie main now at cac004dae2e97 (refactor: make retry fallbacks and sqlite pooling configurable #46)
- hawk go.work replace still points at ./external/eyrie and resolves cleanly
- builds, vet, gofumpt, golangci-lint, and cmd+routing tests verify the new API surface (NewCodeAgentRetry variadic, storage.Open WithMaxOpenConns) is source-compatible with current hawk callers
Patel230 added a commit that referenced this pull request Jul 16, 2026
- eyrie main now at cac004dae2e97 (refactor: make retry fallbacks and sqlite pooling configurable #46)
- hawk go.work replace still points at ./external/eyrie and resolves cleanly
- builds, vet, gofumpt, golangci-lint, and cmd+routing tests verify the new API surface (NewCodeAgentRetry variadic, storage.Open WithMaxOpenConns) is source-compatible with current hawk callers
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