diff --git a/docs/BACKEND_TO_PLATFORM_SERVICE_MIGRATION.md b/docs/BACKEND_TO_PLATFORM_SERVICE_MIGRATION.md index 8af382da..43de4ec0 100644 --- a/docs/BACKEND_TO_PLATFORM_SERVICE_MIGRATION.md +++ b/docs/BACKEND_TO_PLATFORM_SERVICE_MIGRATION.md @@ -808,6 +808,21 @@ Commit 14: feat(platform-service): add user plan update to auth module (for Stri Commit 15: test(platform-service): add tests for all new functionality ``` +**Progress (incremental commits):** + +- [x] Commit 9 — `a9ac953` +- [x] Commit 10 — `17772ed` +- [x] Commit 11 — `5e38342` +- [x] Commit 12 — `a264538` +- [x] Commit 13 — `0c3c109` +- [x] Commit 14 — `84681cb` +- [ ] Commit 15 — pending + +**Post-implementation review fixes:** + +- `a699dd9` — make register provisioning truly best-effort; fix multi-product Stripe handling baseline +- `b987dec` — harden Stripe webhook routing when product metadata is missing; normalize plan handling + **Verification:** `pnpm test` — all tests pass. ### Phase 2: Client migration (LysnrAI)