From 9eca12eae4372c79eb35cef972f1ab4756c0a5e0 Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Wed, 12 Aug 2026 11:55:49 +0800
Subject: [PATCH] Add controlled fixture ACK observability

---
 helper-paired-manifest.json |   44 +++++++++++++++++++++++++++++++++++++-------
 1 files changed, 37 insertions(+), 7 deletions(-)

diff --git a/helper-paired-manifest.json b/helper-paired-manifest.json
index 64327c5..4c144f6 100644
--- a/helper-paired-manifest.json
+++ b/helper-paired-manifest.json
@@ -2,15 +2,23 @@
   "schemaVersion": "1",
   "repository": "lm-livekit-helper",
   "baseCommit": "b0a4e2ea93fafc4d65d474f3ada616a0ad5e19d5",
-  "rollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6",
+  "rollbackCommit": "afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
+  "rollbackAction": "restore helper runtime to afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
   "source": {
     "lmDocHelperCommit": "18008c8c88ba5144b2d728a6f09ce7a46e55e41d",
     "lmDocHelperTree": "3462a8af48ca986d4f9f0ea4e5babc551b6f0766",
-    "manifestCommit": "39dd2f93680a1799845b32e0d24eb9e6ee724954"
+    "manifestCommit": "39dd2f93680a1799845b32e0d24eb9e6ee724954",
+    "lmDocRollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6",
+    "implementationBaseCommit": "afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
+    "implementationBaseTree": "a9af1be31c66740fefe54223e0ea0559b78aaba0",
+    "candidateCommit": "386bc138d82933123189fdbc8d856a1fae5feccf",
+    "candidateTree": "ee4ad8b44a75516d050729232d350e0f47e18564",
+    "repairParent": "efc73c570bb70ba4de23afc785350629ef5016a7",
+    "buildBoundary": "JENKINS_33_BUILD_ONLY_SUCCESS"
   },
   "pairedJava": {
-    "commit": "cdbd85605212297149b434b2cd3154c55f8559d3",
-    "tree": "b085cd0a56ce5f77cbcb143a417134248f83a98e"
+    "commit": "46648183280ae5a72c5c237eac26eedd44e06235",
+    "tree": "55b9db04ac30c5f2b4fabaf06f305db065801d87"
   },
   "downlinkContract": {
     "inputEvent": "device_output",
@@ -19,10 +27,32 @@
     "dedupeKey": "commandId",
     "invalidInput": "fail_closed"
   },
+  "asrRealtimeMetadataContract": {
+    "carrier": "livekit_participant_attributes_only",
+    "fields": [
+      "inputSourceCategory",
+      "clientFixtureSequence"
+    ],
+    "absentInput": "omit_fields",
+    "invalidInput": "fail_closed"
+  },
   "verification": {
-    "status": "NEEDS_CI_VALIDATION",
+    "status": "JENKINS_33_BUILD_ONLY_SUCCESS",
+    "jenkins32": "OLD_CANDIDATE_FAILURE_ONLY",
+    "jenkins33": "BUILD_ONLY_SUCCESS",
     "localCargo": "WEBRTC_SYS_BUILD_TIMEOUT",
-    "linuxArtifact": "PENDING_CI",
-    "scope": "src/main.rs only; no dependency, protocol, config, or runtime changes"
+    "test": "NOT_RUN / count 0",
+    "deploy": false,
+    "runtimeChange": false,
+    "image": {
+      "manifestDigest": "sha256:96566e2e1e1bd30ec3719eeca08b2b65896e60efc69617b39e819d895f6e96cb",
+      "bytes": 952
+    },
+    "linuxBinary": {
+      "sha256": "UNPROVABLE",
+      "bytes": "UNPROVABLE",
+      "arch": "UNPROVABLE"
+    },
+    "scope": "src/main.rs and src/asr_realtime.rs; manifest metadata only; no dependency, protocol, config, or runtime changes"
   }
 }

--
Gitblit v1.9.3