storage/asyncStorage
@rogue/console-sdk/storage/async-storage — the explicit AsyncStorage
adapter subpath (SDK_PLAN.md §3.1.3, §6.2).
This entry imports the optional peer at the top level on purpose: choosing
the subpath asserts the peer is installed, so a missing install fails
loudly at bundle time instead of degrading. The root default never imports
this module — it probes with a guarded dynamic require instead
(detectAdapter.ts).