Skip to content

feat: add foundational Go libraries - #1

Merged
v-byte-cpu merged 1 commit into
mainfrom
feat/add-foundational-go-libraries
Aug 9, 2026
Merged

feat: add foundational Go libraries#1
v-byte-cpu merged 1 commit into
mainfrom
feat/add-foundational-go-libraries

Conversation

@v-byte-cpu

@v-byte-cpu v-byte-cpu commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Add 16 Go libraries:

  • codexapp — Codex App Server client
  • config — configuration loading
  • debugserver — pprof server
  • di — dependency injection
  • filesystem — rooted filesystem operations.
  • health — liveness/readiness probes
  • healthotel — health metrics
  • healthserver — HTTP probes
  • healthzap — health logging
  • lifecycle — graceful shutdown
  • log — JSON logging
  • oapivalidator — OpenAPI validation
  • postgresdb — PostgreSQL
  • sqlitedb — SQLite
  • telemetry — OpenTelemetry
  • txmanager — transaction management.

Also add workspace metadata, schemas, generated code, mocks, examples, and tests.

Add 16 Go libraries:

- codexapp — Codex App Server client; config — configuration loading; debugserver — pprof server;
  di — dependency injection; filesystem — rooted filesystem operations.
- health — liveness/readiness probes; healthotel — health metrics; healthserver — HTTP probes;
  healthzap — health logging.
- lifecycle — graceful shutdown; log — JSON logging; oapivalidator — OpenAPI validation;
  postgresdb — PostgreSQL; sqlitedb — SQLite; telemetry — OpenTelemetry; txmanager — transaction
  management.

Also add workspace metadata, schemas, generated code, mocks, examples, and tests.
@v-byte-cpu
v-byte-cpu force-pushed the feat/add-foundational-go-libraries branch from 01e737a to 5b6e6f3 Compare August 9, 2026 09:47
@v-byte-cpu
v-byte-cpu merged commit 5bf334d into main Aug 9, 2026
5 checks passed
@v-byte-cpu
v-byte-cpu deleted the feat/add-foundational-go-libraries branch August 9, 2026 09:56
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