3 Commits

Author SHA1 Message Date
steve bf005867b2 chore: gitignore local agent tooling dirs
CI / Build & Test (push) Successful in 10m26s
CI / Tidy (push) Successful in 9m34s
CI / Publish Docker Image (push) Successful in 20s
Ignore .claude/ and .claude-mpm/ — local agent scratch dirs, not project files.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 20:33:39 -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
steve 8fde024281 initial commit 2026-05-23 16:41:20 -04:00