Scoping question before I build something that may already exist.
I want to automate async communication between three agents I run: Retta (OpenClaw gateway on atmt VPS), a Claude Cowork session on my Windows, and a Claude Code instance running in tmux on a second VPS. Today I move files between them manually via SCP. Goal is to drop the manual step.
Before I stand up Gitea as a git-relay transport, I want to check whether OpenClaw's recent device-pairing / pairing-approvals feature already covers this.
Specifically:
Can non-gateway clients (a Cowork session, a Claude Code CLI instance) register as paired peers on an OpenClaw gateway, or is pairing scoped to gateway-to-gateway / gateway-to-browser only?
If peer pairing exists, is there any agent-to-agent send primitive exposed today, message passing, file sync, session-to-session signal, anything that would let one paired client push state to another?
If not today, is this on the roadmap, and if so at roughly what horizon?
If native support exists or is close, I'll skip the Gitea build and wait. If not, no problem, I'll fall back to self-hosted git and move on.