Adds tools/tmux/ to the framework source (previously only present in installed
~/.config/mosaic copies, never committed):
- agent-send.sh: inter-agent messaging wrapper. Prepends the canonical
addressing preamble [<src_host>:<src_session> -> <dst_host>:<dst_session>]
(auto-detecting the sender), and delivers reliably to local OR remote panes.
Remote delivery ships send-message.sh over ssh and runs it local to the target
pane, sidestepping the ssh->nested-tmux Enter/C-m submission swallow; the
remote needs only bash+tmux+base64 (no framework install required there).
- send-message.sh: low-level reliable single-pane submitter (bracketed paste +
Enter-flush + draft detection). Adds a -b base64 input for ssh-safe transport.
- README.md: documents the addressing standard (replies flip the preamble) and
the submission gotcha the helper exists to solve.
Propagates to each host via install.sh rsync on next framework upgrade.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>