refactor: package-own watchdog orchestrator entrypoint
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user