learning_ai_common_plat/docs
saravanakumardb1 850b9d35a2 docs(roadmap): v3.1 review pass — futurism amendment + Wave 13 + corrections
Comprehensive review of the v3.0 cross-repo UX roadmap. The diff grows
the doc from 370 to 591 lines (+60%); core structure preserved.

──────────────────────────────────────────────────────────────────
Bug fixes & corrections (no regressions)
──────────────────────────────────────────────────────────────────
  - Product-web inventory: 11 → 15+ (was missing mindlyst-native/web,
    talk2obsidian/web, productivity-web, sidecar-dashboard-web,
    mac-tooling/dashboard, devops-tools/dashboard/web,
    agent-monitoring-fx, local-llms/dashboard, efforise/client,
    admin-web, tracker-web). New total: **20 web apps**.
  - Net-new package count: 16 → 26 (the brand-* row was 3 packages,
    not 1; plus Wave 13 adds 8 more)
  - §4 heading: "five waves" → "six waves" (Wave 13 added)
  - §10 metrics targets refreshed to reflect 20-app scope
  - §11 hygiene bumped to v3.1 with full changelog

──────────────────────────────────────────────────────────────────
Major content amendments — "futurism layer"
──────────────────────────────────────────────────────────────────
NEW §3.4 On-device & privacy-first AI (8 surfaces)
  • WebLLM / transformers.js for client-side LLM inference
  • Privacy-mode toggle + GPC header honouring
  • Explainable refusal, cost transparency, confidence transparency
  • Provenance trails, telemetry opt-out, "Why did the AI say this?"
    debug overlay

NEW §3.5 Real-time CRDT collaboration (6 patterns)
  • Yjs canonical + Automerge adapter
  • Liveblocks-grade presence (PresenceAvatars, TypingIndicator,
    LiveCursor)
  • Co-edit indicators, conflict-free sync, selective sharing,
    comment threads anchored to selections

NEW §3.6 Spatial / visionOS-inspired surfaces (8 primitives)
  • SurfaceFloat (multi-stop shadow + backdrop-blur)
  • Parallax (scroll-driven), Spotlight (cursor-follow),
    Magnetic buttons, TiltGallery, glass-with-depth modals,
    MeshBackground (OKLCH ambient gradients)

NEW §3.7 Performance & sustainability budgets
  • LCP ≤ 2.5s p75 · INP ≤ 200ms p75 · CLS ≤ 0.1 p75
  • First-page JS ≤ 100 KB gzip · CO₂ ≤ 0.5g/view
  • content-visibility, RSC for static surfaces, Suspense islands,
    route prefetch, AVIF/WebP negotiation

NEW §3.8 Anti-patterns we will NEVER ship (10 entries)
  • Dark patterns, auto-playing media, prefers-reduced-motion
    ignored, <div onClick>, hard-coded colours, layout-shifting
    skeletons, polling instead of streaming, notification spam,
    modal stack > 2, generic 'Something went wrong'.

NEW Wave 13 — Futurism layer (~9 pw, 7 packages):
  13.1 @bytelyst/on-device-ai     (WebLLM + transformers.js)
  13.2 @bytelyst/collab           (Yjs CRDT + Automerge adapter)
  13.3 ai-ui@0.5 trust surfaces   (CostMeter, ConfidenceTag,
                                   RefusalCard, ProvenanceDrawer,
                                   DebugOverlay, PrivacyBadge)
  13.4 motion@0.2 spatial         (Parallax, Spotlight, Magnetic,
                                   MeshBackground, TiltGallery)
  13.5 @bytelyst/generative-theme ("describe your brand" → tokens)
  13.6 @bytelyst/customizable-workspace
  13.7 @bytelyst/media-ui         (ImageGenStream, AudioWaveform,
                                   PdfPreview, VideoPlayer)

NEW §6.1 RSC vs client guidance — per-package table for
   React Server Component safety (design-tokens, ui-stateless,
   legal-ui, settings-ui rail are RSC-safe; everything else is
   client-only or hybrid)

NEW §6.2 Web Components interop — Lit-wrapped <bl-button>,
   <bl-card> etc. for non-React consumers (efforise/Vite,
   talk2obsidian/Obsidian plugin, local-llms dashboard)

NEW §6.3 Adjacent token packages — email-tokens (MJML),
   audio-tokens (notification sounds), motion-tokens
   (Lottie/Rive interpolation curves)

NEW §9.1 Demo-first showcase list — 8 customer-magnet prototypes
   to lead with: MeshBackground+Spotlight landing, on-device-AI
   chat, CostMeter+ConfidenceTag dashboard, CRDT multi-user
   notes, ThemeStudio, customizable workspace, ImageGenStream+
   AudioWaveform, Shift-click DebugOverlay.

──────────────────────────────────────────────────────────────────
Risks + metrics expanded
──────────────────────────────────────────────────────────────────
  - 6 new risk-matrix rows (WebGPU fragmentation, CRDT memory
    bloat, generative-theme palette accessibility, media-ui
    bundle weight, workspace layout collisions, WebLLM
    model-download UX)
  - §10 success metrics: added Core Web Vital p75 targets per
    product, INP/LCP/CLS gates, privacy-mode + CRDT + on-device
    AI + CostMeter adoption KPIs, dark-pattern audit, Web
    Components export, create-app scaffolding

──────────────────────────────────────────────────────────────────
Coverage now complete
──────────────────────────────────────────────────────────────────
Per-product matrix expanded from 11 to 20 web apps and gains a
"Wave 13 futurism hook" column. Pilots:
  • notes/web + tracker-web → CRDT multi-user editing
  • localmemgpt/web + local-llms dashboard → on-device AI
  • mindlyst/web → ImageGenStream + CRDT memory canvas
  • flowmonk + peakpulse + mac-tooling → customizable workspace
  • jarvisjr + trails + sidecar + devops-tools + agent-monitoring
    → CostMeter + ConfidenceTag + ProvenanceDrawer
  • clock/web → MeshBackground + Spotlight landing hero

Mirror in copilot/learning_ai_uxui_web follows in a paired commit.
2026-05-27 15:18:07 -07:00
..
_MobileApps docs: add Apple App Store + Google Play Store release guides 2026-04-04 23:37:25 -07:00
architecture docs(inventory): refresh platform and workspace capability maps 2026-03-05 22:59:45 -08:00
audits docs(audits): mobile app readiness audit + companion targets implementation prompt 2026-03-27 08:19:32 -07:00
design docs: complete Platform Acceleration Roadmap (all 4 phases) — move to completed/ 2026-03-19 22:13:21 -07:00
design-system docs: design system audit, onboarding guide, and AGENTS.md updates 2026-03-03 21:55:02 -08:00
design-system-agents docs(design-system): rewrite agent prompts with parallel-safety, pre-flight checks, build gates, rollback recipes 2026-03-27 17:43:03 -07:00
devops chore(gitea): rename npm package owner ByteLyst -> learning_ai_user 2026-05-26 18:38:57 -07:00
ecosystem docs: add Hermes delegation channel 2026-05-25 02:18:28 +00:00
guides docs: align ecosystem docs with single-source-of-truth agent pattern 2026-05-23 12:07:58 -07:00
MCP+A2A docs: Update EXECUTION_CHECKLIST.md with Phase 15 completion 2026-03-05 22:07:53 -08:00
pnpm docs(pnpm): add MindLyst to migration tracker, update Gitea registry status 2026-03-24 08:28:11 -07:00
rfc ci(packages): close ROADMAP TODOs #5, #6 + draft RFC for #4 2026-05-27 11:49:21 -07:00
roadmaps docs(roadmaps): detailed 2026-04-17 plans for event bus, RAG, agent runtime, approval queue 2026-04-17 09:36:44 -07:00
runbooks docs(runbooks): GITEA_VM_SETUP.md — step-by-step cloud VM wiring 2026-05-27 03:46:09 -07:00
session-logs docs: reorganize docs/ into category folders with roadmaps/{completed,partial,not-started} 2026-03-01 23:17:15 -08:00
workstreams docs(workstreams): align checklist with service consolidation 2026-02-15 08:58:58 -08:00
AGENT_COMPLIANCE_ROADMAP.md docs(compliance): final roadmap update \u2014 100% ecosystem compliance reached 2026-05-23 19:34:49 -07:00
AUDIT_PLATFORM.md docs(audit): reconcile final handoff state 2026-05-04 17:39:48 -07:00
AUDIT_WARNING_COMPLETION_CHECKLIST.md docs(audit): reconcile final handoff state 2026-05-04 17:39:48 -07:00
BROADCAST_SURVEY_API_REFERENCE.md docs(broadcasts,surveys): Complete API reference documentation 2026-03-03 08:28:15 -08:00
CODEX_RESUME_PROMPT.md docs(audit): record auth test reliability fix 2026-05-04 16:59:53 -07:00
CROSS_REPO_DRY_AUDIT.md docs: fix 10 inaccuracies in DRY audit + roadmap after thorough review 2026-03-20 07:15:07 -07:00
DASHBOARD_UI_COVERAGE_ROADMAP.md docs: fix 10 bugs in dashboard UI coverage roadmap — self-audit corrections 2026-03-21 17:35:30 -07:00
DASHBOARD_UI_GAP_ANALYSIS.md docs(admin-web): update gap analysis — all Q1-Q4 TODOs resolved, 0 partially exposed pages 2026-03-21 23:15:24 -07:00
DESIGN_SYSTEM_AUDIT.md docs(audit): add Round 3 hardcoded hex elimination findings to DESIGN_SYSTEM_AUDIT.md 2026-03-29 10:40:47 -07:00
DESIGN_SYSTEM_REMEDIATION_PLAYBOOK.md docs: agent-executable design system remediation playbook — 5 phases, 20 tasks, code templates, verification commands 2026-03-27 16:08:27 -07:00
DESIGN_SYSTEM_REMEDIATION_ROADMAP.md docs(audit): mark all design system remediation roadmap items complete 2026-03-29 01:47:06 -07:00
ECOSYSTEM_CONSISTENCY_AUDIT.md docs: align ecosystem docs with single-source-of-truth agent pattern 2026-05-23 12:07:58 -07:00
ECOSYSTEM_CROSS_POLLINATION_OPPORTUNITIES.md docs: create canonical ecosystem docs home 2026-04-03 15:25:00 -07:00
HANDOVER.md docs(audit): reconcile final handoff state 2026-05-04 17:39:48 -07:00
learning_ai_common_plat_INVENTORY.md docs: align ecosystem docs with single-source-of-truth agent pattern 2026-05-23 12:07:58 -07:00
MOBILE_DRY_REFACTORING_ROADMAP.md docs: Add post-implementation review fixes section to roadmap 2026-03-20 23:16:19 -07:00
PROTOTYPE_DEPLOYMENT.md chore(docker): add interactive cleanup menu 2026-05-05 18:28:55 -07:00
ROADMAP_2026_DECISIONS.md feat(packages): close ROADMAP TODOs #1, #2, #3 — density tier, react-auth fix, routePrefix 2026-05-27 11:49:20 -07:00
STORYBOOK_TEMPLATE.md ci(packages): close ROADMAP TODOs #5, #6 + draft RFC for #4 2026-05-27 11:49:21 -07:00
UI_ROADMAP_2026_V3_CROSS_REPO.md docs(roadmap): v3.1 review pass — futurism amendment + Wave 13 + corrections 2026-05-27 15:18:07 -07:00
UNIFIED_BYTELYST_PORTAL_PRD.md fix(docs): self-audit Portal PRD + roadmap — 15 findings corrected 2026-03-21 20:57:28 -07:00
UNIFIED_BYTELYST_PORTAL_ROADMAP.md fix(docs): self-audit Portal PRD + roadmap — 15 findings corrected 2026-03-21 20:57:28 -07:00
WORKSPACE_INVENTORY.md docs(workspace): index gitea runner rollout 2026-05-25 02:32:19 +00:00
WORKSPACE_TODO_AUDIT.md fix(exports): strip data payload from list endpoint + update audit doc 2026-03-22 01:23:08 -07:00