diff --git a/.planning/PROJECT.md b/.planning/PROJECT.md index 2004abd..ca2dae6 100644 --- a/.planning/PROJECT.md +++ b/.planning/PROJECT.md @@ -93,6 +93,7 @@ This document evolves at phase transitions and milestone boundaries. ## Phase History - **Phase 1: Foundation** — Completed 2026-05-14. Fresh `backend/` Go package boots a web server, renders an HTMX-driven base layout, connects to local Postgres with goose migrations. FOUND-01..FOUND-05 satisfied; user-approved manual walkthrough. Two inline justfile/tailwind fixes during UAT (commit `fix(01): guard sqlc on empty queries and correct tailwind paths`). +- **Phase 7: deploy-v1** — Completed 2026-05-15. Multi-stage Dockerfile (assets→builder→distroless nonroot), docker-compose.prod.yaml with 4 services (postgres/web/worker/caddy), Caddyfile with `{$DOMAIN}` TLS, README runbook covering first-deploy/rollback/incident. DEPLOY-01..DEPLOY-05 satisfied. 3 UAT items (Docker build, compose config, live smoke test) pending on a Docker-equipped machine. --- -*Last updated: 2026-05-14 after Phase 1 completion* +*Last updated: 2026-05-15 after Phase 7 completion*