Lanes
One lane at a time — the goal, the critical path, and the current wave of blockers.
Web → app handoff
Web can't write NFC tags, so programming a physical tag has to hand off cleanly to the native app. Deep-link infrastructure may not exist at all — verify before building on it.
Build the deep-link routing layer
Viv — Build a real routing layer that parses an incoming link and navigates to the right screen with the right state, on both iOS and Android. Done when: tactile:// and https://tactile.to/handoff/* links (plus Android App Link equivalents) resolve to the correct screen with destination/type state pre-loaded, on both platforms, without disturbing existing auth-callback handling. File: apps/ios/TacTileConnect/System/App/TacTileConnectApp.swift, apps/android/app/src/main/java/com/tactile/app/MainActivity.kt.