Lanes
One lane at a time — the goal, the critical path, and the current wave of blockers.
iOS — Destination editing
Only THREE of 14 destination types actually persist an edit today — website, notes, document. Menu opens a real editor whose save is a no-op stub, so it dismisses as though it worked and silently discards the change. The remaining 10 show "Editing coming soon." Cost split matters here: gallery, video, audio and contact editors ALREADY EXIST and only need a router case wired, while payment, link hub, form, wifi, bluetooth and action must be built from scratch. Six of them also need a backend update endpoint that does not exist yet.
Two form decoders are silently broken by convertFromSnakeCase
fetchFormSchema silently drops 7 fields and most settings; listSubmissions throws on every form that has a submission. Both latent today.
No dependencies in this wave — nothing gates it, and nothing waits on it.