Commit Graph

2 Commits

Author SHA1 Message Date
claude-timemachine a73e254862 ci: pin go directive to 1.25 to match alpine builder base image
CI / validate (push) Successful in 13s
CI / docker (push) Successful in 14s
CI build of golang:1.25-alpine ships go 1.25.10; auto-generated
go.mod had 1.26.3 from local toolchain. Use 1.25 to match the other
automc services (auth-service, server-manager etc all on 1.25).
2026-06-02 18:58:38 +02:00
claude-timemachine 1752ef05a6 initial: Steam-Cloud-style per-user state sync skeleton
CI / validate (push) Successful in 26s
CI / docker (push) Failing after 8s
HTTP API + on-disk storage + auth-service token verification + dev mode.
31 tests pass, vet clean. See DESIGN.md for the architecture and
README.md for the operator surface.

Pending: pg-backed per-user quota override, snapshot retention / blob GC,
tarball-vs-manifest content cross-check, end-to-end deploy on john.
2026-06-02 18:52:25 +02:00