fix reporting governance adapter boundary regressions

This commit is contained in:
Eve
2026-05-08 17:02:59 +08:00
parent 55fe51483b
commit 9c6afad864
4 changed files with 13 additions and 5 deletions

View File

@@ -169,6 +169,7 @@ test('leaf subpath export resolves and can execute through injected runtime bind
watchdog: ${JSON.stringify(path.resolve(packageRoot, 'scripts', 'long_task_watchdog.mjs'))},
dispatcher: ${JSON.stringify(path.resolve(packageRoot, 'scripts', 'operator_notify_dispatcher.mjs'))},
bridgeSupervisor: ${JSON.stringify(path.resolve(packageRoot, 'scripts', 'operator_notify_bridge_supervisor.mjs'))},
senderBinding: ${JSON.stringify(path.resolve(packageRoot, 'scripts', 'operator_notify_sender_binding.mjs'))},
},
},
state: ${JSON.stringify(statePath)},