Skip to content

docs: fix go.work claim in AGENTS.md#30

Merged
Patel230 merged 3 commits into
mainfrom
docs/fix-agents-md-go-work-claim
Jun 12, 2026
Merged

docs: fix go.work claim in AGENTS.md#30
Patel230 merged 3 commits into
mainfrom
docs/fix-agents-md-go-work-claim

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Summary

eyrie/AGENTS.md line 49 said: go.work points at hawk's external/ for local dev.

This is incorrect. eyrie/go.work actually only contains:

go 1.26.4
use .
replace github.com/GrayCodeAI/tok => ../tok

It does NOT have a hawk/external/eyrie replace. That replace lives in hawk's own go.work (see hawk/.gitmodules and the checkout-eyrie composite action in .github/actions/).

Change

Replace the misleading sentence with a precise description of what eyrie/go.work does and a warning that adding other replaces here would conflict with hawk's workspace.

Verification

  • go build ./...
  • go vet ./...

Patel230 added 3 commits June 12, 2026 17:57
The eyrie/docs/ARCHITECTURE.md Components diagram and the README.md
build instructions both referenced a cmd/eyrie/ directory that does
not exist — eyrie is a library, not a CLI. Reword the docs to
reflect the library-only reality:

- docs/ARCHITECTURE.md: drop the 'cmd/eyrie/' tree entry, keep the
  api/openapi.yaml entry (the OpenAPI spec documents the embedded
  HTTP server in internal/api, not a standalone binary).
- README.md: replace 'go build ./cmd/eyrie' with 'go build ./...'
  to match Makefile:46 (the build target is just 'go build ./...'
  to verify the library compiles).
The previous text said 'go.work points at hawk's external/ for local dev', but
eyrie/go.work only contains:

  go 1.26.4
  use .
  replace github.com/GrayCodeAI/tok => ../tok

It does NOT have a hawk/external/eyrie replace. That replace lives in hawk/go.work
(see hawk-eco/hawk/.gitmodules and the checkout-eyrie composite action). Update the
comment to reflect reality and warn that adding other replaces here would conflict
with hawk's workspace.
@Patel230 Patel230 merged commit c9769ec into main Jun 12, 2026
15 checks passed
@Patel230 Patel230 deleted the docs/fix-agents-md-go-work-claim branch June 12, 2026 20:14
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