Lanes
One lane at a time — the goal, the critical path, and the current wave of blockers.
Web — QR management
New wave, created 2026-07-26 following Matthew's full-parity decision: 'on web, manage all the destinations and QR codes... do everything except physically encode the NFC.' Today apps/web (desktop) has ZERO QR design capability — TriggerLaunchpadPage.tsx explicitly stubs 'Edit Design' with 'QR Studio lives in the mobile apps for now' (line 278) and its Dynamic/Static toggle is decorative, not functional (lines 303-317). apps/web-mobile has a real but shallow QR editor (QREditorPage.tsx) — close to parity on shape picking (19/23 module shapes, 4/5 frames, 14/14 inners) but missing gradients, per-eye color, decorative shapes (58 unused assets), stickers, logo interactive crop, readability/scannability grading, pixel randomizer, lighting, and background image — all of which the native iOS QR studio (QRGeneratorPage.swift, 8,725 lines) has, and all of which the shared @tactile/qr-renderer engine already supports render-side. This wave brings both web surfaces to native QR-management parity.
Wire desktop 'Edit Design' to the new QR studio
Viv — Replace the 'QR Studio lives in the mobile apps for now' stub on desktop with a real link into the new QR studio (built in the prior task). Done when: clicking Edit Design on any existing QR trigger on tactile.to opens the desktop studio pre-loaded with that QR's current design, and saves persist back to the same trigger. File: apps/web/features/assets/pages/TriggerLaunchpadPage.tsx:278.