record Jason's comms rule and working preferences in the repository (#1503)

Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
2026-09-12 18:59:33 -05:00
co-authored by Claude Fable 5.1
parent cd0aa5fbb3
commit 46ded3fcba
2 changed files with 17 additions and 1 deletions
+5
View File
@@ -12,6 +12,11 @@ SESSIONS.md, never in a pane that scrolls away.
## Channel
- Harness-native cross-session messaging (Claude Code's SendMessage and
ListAgents, or any equivalent built into a harness) is not a Mosaic
channel. Jason, 2026-09-12: Mosaic Stack develops and uses its own
cross-harness comms; a harness feature may be used only as a stated
stopgap when the tmux path is unreachable, and never designed against.
- `tools/tmux/agent-send.sh` is the only send path. It prepends the preamble,
submits reliably (bracketed paste, Enter flush, draft detection), and ships
itself over ssh for remote targets. Never raw `tmux send-keys`; that is how