feat(FN-3269): add mobile empty-session auto-routing to Planning Mode compo

Merges mobile Planning Mode empty-state auto-routing to the composer (Step 2 of FN-3269) alongside wired Insights create-task integration with real task creation (FN-3265), with corresponding tests and documentation updates.

Fusion-Task-Id: FN-3269
This commit is contained in:
Fusion
2026-05-03 10:31:21 -07:00
committed by gsxdsm
parent 7feb29502c
commit fbd2ed0c5f
3 changed files with 159 additions and 0 deletions

View File

@@ -75,6 +75,12 @@ Install from browser:
> Service workers require **HTTPS** (or `localhost`). PWA install/offline behavior will not work on plain HTTP origins.
## Mobile UX Behavior
### Planning Mode
Planning Mode opens directly into the composer pane on mobile when no planning sessions exist, avoiding an empty-sidebar dead end. On desktop/tablet the split view is unaffected. Once sessions are saved, mobile shows the session list as usual and the user can navigate between list and detail panes.
## CI/CD Pipeline
Mobile CI is defined in `.github/workflows/mobile.yml`.