Skip to content

docs/add examples#12

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

docs/add examples#12
Patel230 merged 5 commits into
mainfrom
docs/add-examples

Conversation

@Patel230
Copy link
Copy Markdown
Contributor

@Patel230 Patel230 commented Jun 2, 2026

  • chore: add microservice architecture scaffolding
  • fix: include VERSION file in Docker build
  • fix: include README.md in Docker build context
  • fix: allow README.md in Docker build context
  • docs: add examples directory with basic usage

Patel230 and others added 5 commits June 1, 2026 22:16
Add Dockerfile, .dockerignore, .env.example, api/openapi.yaml,
deploy/docker/docker-compose.yml, docs/architecture.md, and
.github/workflows/docker.yml for GHCR build+push CI.
Docker build failed because pyproject.toml requires
a VERSION file that was not copied into the build context.
hatchling requires README.md at build time but it was
not being copied into the builder stage.
.dockerignore *.md pattern was excluding README.md which
pyproject.toml requires as the package readme.
Add examples/basic/main.py demonstrating how to use the Python SDK to interact with hawk daemon.

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
@Patel230 Patel230 merged commit c4d0b12 into main Jun 2, 2026
9 of 10 checks passed
@Patel230 Patel230 deleted the docs/add-examples branch June 2, 2026 00:03
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