From e5ab92fc8e0ad622a431670a4e24ec92680959c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sat, 4 Jul 2026 17:17:49 +0200 Subject: [PATCH] docs: record that the native-ref path is web-only in production tapTarget/fillTarget are wired solely to the web provider's clickRef (interaction-runtime.ts); apple/android backends never define them. Found while designing the #1088 retirement experiment, which this dissolves: the hypothesized iOS runner round trip does not exist. --- src/contracts/interaction-guarantees.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/contracts/interaction-guarantees.ts b/src/contracts/interaction-guarantees.ts index 3770a4baf..4cce8f3c2 100644 --- a/src/contracts/interaction-guarantees.ts +++ b/src/contracts/interaction-guarantees.ts @@ -251,8 +251,13 @@ export const INTERACTION_DISPATCH_PATHS: Record