refactor: package-own watchdog orchestrator entrypoint

This commit is contained in:
Eve
2026-05-08 16:11:49 +08:00
parent c3b9e12474
commit e99423da97
11 changed files with 175 additions and 67 deletions

View File

@@ -15,13 +15,13 @@
},
"bindings": {
"runtime": "openclaw",
"entrypoint": "scripts/watchdog_auto_notify_orchestrator.mjs",
"entrypoint": "plugins/reporting-governance/scripts/watchdog_auto_notify_orchestrator.mjs",
"scripts": {
"watchdog": "scripts/long_task_watchdog.mjs",
"dispatcher": "scripts/operator_notify_dispatcher.mjs",
"bridgeSupervisor": "scripts/operator_notify_bridge_supervisor.mjs",
"senderBinding": "scripts/operator_notify_sender_binding.mjs",
"orchestrator": "scripts/watchdog_auto_notify_orchestrator.mjs"
"watchdog": "plugins/reporting-governance/scripts/long_task_watchdog.mjs",
"dispatcher": "plugins/reporting-governance/scripts/operator_notify_dispatcher.mjs",
"bridgeSupervisor": "plugins/reporting-governance/scripts/operator_notify_bridge_supervisor.mjs",
"senderBinding": "plugins/reporting-governance/scripts/operator_notify_sender_binding.mjs",
"orchestrator": "plugins/reporting-governance/scripts/watchdog_auto_notify_orchestrator.mjs"
},
"artifact_roots": {
"watchdogEvidence": "state/long-task-watchdog",