2 Commits

Author SHA1 Message Date
steve c16e1af752 ci: push container image to gitea registry on success
CI / Tidy (push) Successful in 9m42s
CI / Build & Test (push) Successful in 10m25s
CI / Publish Docker Image (push) Successful in 1m12s
2026-05-23 19:36:43 -04:00
steve 9cdf4b2472 feat: scaffold project with config, store, health endpoint, CI, and Dockerfile
Phase 1 of foreman: initialize the Go module, project layout, and core
infrastructure. Includes env-based configuration (FOREMAN_* namespace),
SQLite-backed durable job queue with WAL mode via modernc.org/sqlite,
stdlib HTTP server with /healthz and optional bearer-token auth middleware,
subcommand dispatch (serve + stubs), Gitea CI workflow, multi-stage
distroless Dockerfile, and comprehensive tests for all packages.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 17:58:36 -04:00