Skip to content

docs/add examples#9

Merged
Patel230 merged 9 commits into
mainfrom
docs/add-examples
Jun 2, 2026
Merged

docs/add examples#9
Patel230 merged 9 commits into
mainfrom
docs/add-examples

Conversation

@Patel230

@Patel230 Patel230 commented Jun 2, 2026

Copy link
Copy Markdown
Contributor
  • chore: add microservice architecture scaffolding
  • fix: resolve lint, module hygiene, and markdown CI failures
  • fix: exclude go.work from Docker build context
  • fix: add Windows support for safewrite and update go.sum
  • fix: gofumpt format safewrite_windows.go and add missing go.sum entry
  • fix: clone eyrie in Docker build for unpublished packages
  • fix: use go mod tidy in Docker to resolve eyrie replace directive
  • fix: add eyrie replace directive after source copy
  • docs: add examples directory with usage guide

Patel230 added 9 commits June 1, 2026 22:15
Add .env.example, api/openapi.yaml, deploy/docker/docker-compose.yml,
docs/architecture.md, and .github/workflows/docker.yml for GHCI build+push CI.
Fix errcheck on rows.Close(), simplify bool comparison,
remove unused knownFields var, fix empty badge links,
and run go work sync to update module consistency.
hawk's go.work references external/ symlinks to sibling
repos that don't exist in the Docker build context.
Add //go:build !windows constraint to safewrite.go (uses unix
syscalls), create safewrite_windows.go with portable fallback,
skip tests on Windows, and run go mod download to add missing
go.sum entry for golang.org/x/tools.
The Windows stub needed formatting. Also add the /go.mod hash
for golang.org/x/tools v0.45.0 that was missing from go.sum,
causing the Docker build to fail.
hawk depends on eyrie packages (credentials, runtime, setup,
catalog/registry) that aren't in the published v0.5.0. Clone
eyrie into the builder and add a replace directive.
The replace directive needs go mod tidy (not just download) to
resolve all transitive dependencies from the local eyrie clone.
Use -mod=mod to allow go.mod changes during build.
COPY . . was overwriting go.mod that had the replace directive.
Move the replace + go mod tidy to after the source copy.
Add examples/README.md demonstrating basic usage, advanced features, and MCP integration.
@Patel230 Patel230 merged commit 1950a2e into main Jun 2, 2026
8 checks passed
@Patel230 Patel230 deleted the docs/add-examples branch June 2, 2026 00:03
Patel230 added a commit that referenced this pull request Jun 8, 2026
* chore: add microservice architecture scaffolding

Add .env.example, api/openapi.yaml, deploy/docker/docker-compose.yml,
docs/architecture.md, and .github/workflows/docker.yml for GHCI build+push CI.

* fix: resolve lint, module hygiene, and markdown CI failures

Fix errcheck on rows.Close(), simplify bool comparison,
remove unused knownFields var, fix empty badge links,
and run go work sync to update module consistency.

* fix: exclude go.work from Docker build context

hawk's go.work references external/ symlinks to sibling
repos that don't exist in the Docker build context.

* fix: add Windows support for safewrite and update go.sum

Add //go:build !windows constraint to safewrite.go (uses unix
syscalls), create safewrite_windows.go with portable fallback,
skip tests on Windows, and run go mod download to add missing
go.sum entry for golang.org/x/tools.

* fix: gofumpt format safewrite_windows.go and add missing go.sum entry

The Windows stub needed formatting. Also add the /go.mod hash
for golang.org/x/tools v0.45.0 that was missing from go.sum,
causing the Docker build to fail.

* fix: clone eyrie in Docker build for unpublished packages

hawk depends on eyrie packages (credentials, runtime, setup,
catalog/registry) that aren't in the published v0.5.0. Clone
eyrie into the builder and add a replace directive.

* fix: use go mod tidy in Docker to resolve eyrie replace directive

The replace directive needs go mod tidy (not just download) to
resolve all transitive dependencies from the local eyrie clone.
Use -mod=mod to allow go.mod changes during build.

* fix: add eyrie replace directive after source copy

COPY . . was overwriting go.mod that had the replace directive.
Move the replace + go mod tidy to after the source copy.

* docs: add examples directory with usage guide

Add examples/README.md demonstrating basic usage, advanced features, and MCP integration.
Patel230 added a commit that referenced this pull request Jun 8, 2026
* chore: add microservice architecture scaffolding

Add .env.example, api/openapi.yaml, deploy/docker/docker-compose.yml,
docs/architecture.md, and .github/workflows/docker.yml for GHCI build+push CI.

* fix: resolve lint, module hygiene, and markdown CI failures

Fix errcheck on rows.Close(), simplify bool comparison,
remove unused knownFields var, fix empty badge links,
and run go work sync to update module consistency.

* fix: exclude go.work from Docker build context

hawk's go.work references external/ symlinks to sibling
repos that don't exist in the Docker build context.

* fix: add Windows support for safewrite and update go.sum

Add //go:build !windows constraint to safewrite.go (uses unix
syscalls), create safewrite_windows.go with portable fallback,
skip tests on Windows, and run go mod download to add missing
go.sum entry for golang.org/x/tools.

* fix: gofumpt format safewrite_windows.go and add missing go.sum entry

The Windows stub needed formatting. Also add the /go.mod hash
for golang.org/x/tools v0.45.0 that was missing from go.sum,
causing the Docker build to fail.

* fix: clone eyrie in Docker build for unpublished packages

hawk depends on eyrie packages (credentials, runtime, setup,
catalog/registry) that aren't in the published v0.5.0. Clone
eyrie into the builder and add a replace directive.

* fix: use go mod tidy in Docker to resolve eyrie replace directive

The replace directive needs go mod tidy (not just download) to
resolve all transitive dependencies from the local eyrie clone.
Use -mod=mod to allow go.mod changes during build.

* fix: add eyrie replace directive after source copy

COPY . . was overwriting go.mod that had the replace directive.
Move the replace + go mod tidy to after the source copy.

* docs: add examples directory with usage guide

Add examples/README.md demonstrating basic usage, advanced features, and MCP integration.
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