From 9abd0751212ae699e13396c083f337700a33e76f Mon Sep 17 00:00:00 2001 From: Hans Heinemann Date: Mon, 16 Mar 2026 00:17:59 -0400 Subject: [PATCH] fix(gh-monitor): add --to signal uuid for announce delivery --- tools/gh-monitor/poll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gh-monitor/poll.py b/tools/gh-monitor/poll.py index ab0c2c1..bb819c5 100644 --- a/tools/gh-monitor/poll.py +++ b/tools/gh-monitor/poll.py @@ -195,6 +195,7 @@ def dispatch_agent(repo_slug: str, pr: dict, event: dict) -> None: "--message", message, "--delete-after-run", "--announce", + "--to", "uuid:6f600cd9-3223-4d4b-b783-b944ebf9fb8f", "--timeout-seconds", "300", ], capture_output=True,