Three commits are on main but not yet live on the server:
- `064232a` — self-healer: 30s interval, liveness probes, auto circuit recovery
- `f2a9a60` — build log + session docs
- `7304aa8` — CLAUDE.md, CHANGELOG, test framework, CI
Deploy steps:
- SSH to server, pull latest, `CGO_ENABLED=1 go build -o bin/ah ./cmd/ah`
- Copy binary, `systemctl restart ah.service`
- Verify log: `reconciler: starting (interval=30s)`
- Verify migration: `SELECT circuit_retry_at FROM services LIMIT 1` returns without error
- `docker inspect` a running service — confirm HealthCheck is present