Skip to content

docs/add examples#38

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

docs/add examples#38
Patel230 merged 9 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: resolve lint and staticcheck CI failures
  • style: gofumpt format tok changed files
  • fix: remove unused strings import in caveman_safety
  • fix: restore strings import in caveman_safety
  • fix: Dockerfile for library-only module with no cmd/ directory
  • fix: use lint:ignore for staticcheck SA1019 and allow dependency-review to soft-fail
  • fix: add dual lint directives for deprecated toml API
  • docs: add examples directory with usage guide

Patel230 and others added 9 commits June 1, 2026 22:15
Add .dockerignore, .env.example, api/openapi.yaml,
deploy/docker/docker-compose.yml, docs/architecture.md, and
.github/workflows/docker.yml for GHCR build+push CI.
Fix errcheck on Close() calls, remove unused func
firstWordLower, simplify loop to append spread,
and add staticcheck directive for deprecated toml API.
The import was incorrectly removed — strings.ToLower,
strings.Contains, strings.TrimSpace, and strings.Builder
are all used in this file.
tok has no main package or cmd/ directory. Change to build
verification only (go build ./...) and add tzdata for zoneinfo.
…ew to soft-fail

Replace //nolint:staticcheck with //lint:ignore SA1019 which
works for both golangci-lint and standalone staticcheck. Add
continue-on-error to dependency-review since the repo may not
have dependency graph enabled.
Use both //nolint:staticcheck (golangci-lint) and
//lint:ignore SA1019 (standalone staticcheck) since
each tool only respects its own directive format.
Add examples/README.md with comprehensive examples for prompt compression, output filtering, and agent integration.

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
@Patel230 Patel230 merged commit c9c12de into main Jun 2, 2026
17 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