Bridle is a CLI that moves work between agents, so that handoff is a command rather than a memory:
bridle send marko.dev --note "migration 0042 is half-applied, continue" bridle queue marko.dev --title "finish the retry backoff — see the note" bridle inbox
Idea came from Tailscale where both ends need to connect in (bridle up). Being on the same mesh grants nothing on its own. Alos payloads are sealed to the recipient, so the coordination server routes by name and holds ciphertext it can't read.
I tried to make it super simple to run and free to test: npm install -g bridle-cli && bridle up
Let me know what you think, courious if someone finds it useful our team is super exceted .