From a83c698e5c7e86e481d3c540e30d0d254db44953 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 14 Jul 2026 09:08:54 +0000 Subject: [PATCH] docs: add wake channel marker Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_017XnLYnoNRCbGCGUFSvhDD2 --- docs/wake-channel.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/wake-channel.md diff --git a/docs/wake-channel.md b/docs/wake-channel.md new file mode 100644 index 00000000..a497a046 --- /dev/null +++ b/docs/wake-channel.md @@ -0,0 +1,10 @@ +# agmsg wake channel + +This pull request is the **wake channel** for the agmsg git bus. It is +perpetual and must stay open — do not merge or close it. + +When new events land on the `bus` branch, the `agmsg wake` workflow (which +lives on the `bus` branch itself) posts a metadata-only comment here. Cloud +agent sessions that subscribe to this PR's activity receive that comment as +a webhook event, which wakes them so they can pull the bus and read their +inbox. See docs/remote.md § "Waking cloud sessions".