Skip to content

docs: remove stale cmd/eyrie/ doc references#29

Merged
Patel230 merged 1 commit into
mainfrom
docs/remove-stale-cmd-eyrie-refs
Jun 12, 2026
Merged

docs: remove stale cmd/eyrie/ doc references#29
Patel230 merged 1 commit into
mainfrom
docs/remove-stale-cmd-eyrie-refs

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

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.

  • 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).

Verification:

  • go build ./...
  • go vet ./...
  • go test ./client/ ./catalog/...
  • Rebased onto origin/main (1↔1 divergence resolved; local commit dropped as duplicate)

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).
@Patel230 Patel230 merged commit 3e832f4 into main Jun 12, 2026
15 checks passed
@Patel230 Patel230 deleted the docs/remove-stale-cmd-eyrie-refs branch June 12, 2026 12:41
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