perf: add AppLaunch signposting and parallelize MainTabView startup fetches
Instruments-ready OSSignposter intervals on every sync init phase
(NukePipelineSetup, SessionRestore, DPoPLoad, ViewedStorageLoad) and
each async phase in MainTabView.task (AvatarFetch, NotificationsFetch,
LabelDefsFetch), with Logger.debug companions for live log stream.
Avatar fetch, notifications count, and label defs previously ran
serially; they now start concurrently via async let, with authContext()
resolved once up front. Nuke DataCache init moved off the main-thread
init path into a detached task.
authored by