diff --git a/docs/pipeline-phases.md b/docs/pipeline-phases.md index 39d491d..f5d99a0 100644 --- a/docs/pipeline-phases.md +++ b/docs/pipeline-phases.md @@ -25,7 +25,7 @@ The project has **four deployment modes** that must each produce a stable, repro ## Phase 0 — Foundation **Status:** ✅ Complete -**Branch / PRs:** *(fill in after merge)* +**Branch / PRs:** landed directly on `main`; pushed to `origin` (`git-ssh.knoe.dev:knoe.dev/knoe-db`) ### What this phase does @@ -46,7 +46,24 @@ Fixes the broken test infrastructure so IntelliJ can discover tests and `make te ### Commit Summary +``` +97575b9 docs: update Phase 0 commit summary and resumption checklist 0052a4d Phase 0: test pipeline foundation — pyproject.toml, IntelliJ run configs, coverage fix, welcome mode selector +``` + +The following commits landed on the same branch as part of the Cowork+Code thread consolidation (WIP that had accumulated alongside Phase 0): + +``` +837da27 docs: update README; IntelliJ run config picks up Python 3.14 SDK +52fe440 chore(k3s): script and hostprobe updates, temp maintenance scripts +dd8c9d1 chore(scripts): init script updates — gitea, gitlab, kong, monitoring, registry +a754659 chore(deploy): cluster config and k3s manifest updates +4995c86 chore(build): Maven version and authority module updates +ca469aa chore(installer): core Python updates — env, milestones, monitoring +5cd9c12 feat(auth): init scripts and k3s/k8s auth manifests for knoe-auth +2a80df8 feat(auth): land Round 1 — invite-OTP enrollment, kadmin client, GKE manifests +6c72c76 docs(plans): add platform architecture plans — deployment-modes, knoe-auth round 1 +``` ### Known pre-existing issues (fix in Phase 1, not Phase 0) @@ -70,8 +87,9 @@ Before picking up work on Phase 1, verify: ## Phase 1 — `min` Mode Pipeline -**Status:** 🔲 Not started -**Depends on:** Phase 0 complete +**Status:** 🔲 Not started — ready to begin +**Depends on:** Phase 0 complete ✅ +**First task:** fix `knoe/core/ops/cloudnative_pg.py:1372` f-string syntax (30 collection errors, see Phase 0 known issues) ### What this phase does