From efc73c570bb70ba4de23afc785350629ef5016a7 Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Sat, 08 Aug 2026 18:03:18 +0800
Subject: [PATCH] feat: pass bounded ASR ingress metadata

---
 helper-paired-manifest.json |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/helper-paired-manifest.json b/helper-paired-manifest.json
index 7e9075c..6df0fb9 100644
--- a/helper-paired-manifest.json
+++ b/helper-paired-manifest.json
@@ -8,11 +8,13 @@
     "lmDocHelperCommit": "18008c8c88ba5144b2d728a6f09ce7a46e55e41d",
     "lmDocHelperTree": "3462a8af48ca986d4f9f0ea4e5babc551b6f0766",
     "manifestCommit": "39dd2f93680a1799845b32e0d24eb9e6ee724954",
-    "lmDocRollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6"
+    "lmDocRollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6",
+    "implementationBaseCommit": "afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
+    "implementationBaseTree": "a9af1be31c66740fefe54223e0ea0559b78aaba0"
   },
   "pairedJava": {
-    "commit": "cdbd85605212297149b434b2cd3154c55f8559d3",
-    "tree": "b085cd0a56ce5f77cbcb143a417134248f83a98e"
+    "commit": "46648183280ae5a72c5c237eac26eedd44e06235",
+    "tree": "55b9db04ac30c5f2b4fabaf06f305db065801d87"
   },
   "downlinkContract": {
     "inputEvent": "device_output",
@@ -21,10 +23,19 @@
     "dedupeKey": "commandId",
     "invalidInput": "fail_closed"
   },
+  "asrRealtimeMetadataContract": {
+    "carrier": "livekit_participant_attributes_only",
+    "fields": [
+      "inputSourceCategory",
+      "clientFixtureSequence"
+    ],
+    "absentInput": "omit_fields",
+    "invalidInput": "fail_closed"
+  },
   "verification": {
-    "status": "JENKINS_30_BUILD_ONLY_SUCCESS",
+    "status": "NEEDS_CI_VALIDATION",
     "localCargo": "WEBRTC_SYS_BUILD_TIMEOUT",
-    "test": "NOT_RUN",
+    "test": "NOT_RUN_LOCAL_BUILD_BLOCKED",
     "deploy": false,
     "runtimeChange": false,
     "image": {
@@ -36,6 +47,6 @@
       "bytes": "UNPROVABLE",
       "arch": "UNPROVABLE"
     },
-    "scope": "src/main.rs only; no dependency, protocol, config, or runtime changes"
+    "scope": "src/main.rs and src/asr_realtime.rs; manifest metadata only; no dependency, protocol, config, or runtime changes"
   }
 }

--
Gitblit v1.9.3