From b173fdd4d45cc6175c398d2ddb3b409a118c3c05 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 19 Mar 2026 17:02:30 -0700 Subject: [PATCH] docs: mark all product migrations complete in shared packages roadmap 9/9 products audited and migrated: - NomGap: 9 mobile + 6 web files (+ 6 bug fixes) - ChronoMind: billing-client + feature-flags - MindLyst: billing-client + feature-flags - LysnrAI: feature-flags - JarvisJr: audited, no candidates (custom marketplace routes) - FlowMonk, NoteLett, ActionTrail: already fully migrated - PeakPulse: iOS-only, no web migration needed --- docs/roadmaps/SHARED_CLIENT_PACKAGES_ROADMAP.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/roadmaps/SHARED_CLIENT_PACKAGES_ROADMAP.md b/docs/roadmaps/SHARED_CLIENT_PACKAGES_ROADMAP.md index 971f9c97..1bf0a13d 100644 --- a/docs/roadmaps/SHARED_CLIENT_PACKAGES_ROADMAP.md +++ b/docs/roadmaps/SHARED_CLIENT_PACKAGES_ROADMAP.md @@ -1,6 +1,6 @@ # Shared @bytelyst/\* Client Packages — Extraction from Product Repos -> **Status:** Packages Complete ✅ · NomGap Web + Mobile Migration Complete ✅ +> **Status:** Packages Complete ✅ · All Product Migrations Complete ✅ > **Priority:** High — eliminates duplication across 9+ products > **Estimated effort:** 8–10 sessions > **Owner:** Cascade agent working in `learning_ai_common_plat` @@ -10,7 +10,14 @@ > - ✅ All 9 packages built, tested (99 tests, 79/79 methods), committed (`be03efa`) > - ✅ NomGap web: all 9 packages wired — billing, celebrations, time-references, gentle-notifications, accessibility, quick-actions consumed (`abc13a5`) > - ✅ NomGap mobile: all 9 src/lib modules migrated to @bytelyst/\* wrappers (`77cbf60`) -> - ⬜ Other product migrations (8 remaining products) +> - ✅ NomGap mobile: 5 migration bugs fixed + stale test updated (`9a18746`→`1c7ed45`) +> - ✅ NomGap web: billing-client userId fallback fixed (`9934e13`) +> - ✅ ChronoMind web: billing-client + feature-flags migrated (`f49ef78`) +> - ✅ MindLyst web: billing-client + feature-flags migrated (`f110668`) +> - ✅ LysnrAI user-dashboard: feature-flags migrated (`7539c65`) +> - ✅ JarvisJr: audited — marketplace uses custom /catalog routes, no migration candidates +> - ✅ FlowMonk, NoteLett, ActionTrail: already fully migrated (no hand-rolled duplicates) +> - ✅ PeakPulse: iOS-only (no web app to migrate) ---