send-message.sh: unknown tmux target → no live-roster hint + installer1↔installer-1 naming-drift misroutes (20 fails/13 sessions/24h) #864
Open
opened 2026-07-21 09:00:37 +00:00 by jason.woltje
·
0 comments
No Branch/Tag Specified
main
fix/1043-pane-git-identity
fix/1081-issue-close-silent-comment-failure
fix/1090-enrollment-wallclock-tolerance
feat/1082-tea-stale-token-diagnostic
fix/detect-platform-silent-128-outside-repo
feat/lease-promotion-and-harness-isolation
feat/1050-install-state-machine-red-fixture
fix/pr-merge-message-field
feat/1051-mosaic-brain-installer
feat/1045-mosaic-cred
remediation/state
fix/1056-upgrade-rollback-control-race
fix/1019-ci-queue-timeout-harness
next
feat/rm-02-gate-registry
fix/rm-01-reproducible-checkout
remediation/mission-setup
fix/hygiene-inert-format-gate
fix/1019-queue-guard-stdin
feat/mos-ste-writing-standard
fix/1007-suite-hermeticity
fix/991-comment-url-scheme-normalise
feat/push-guard-null-case-verification
mos-comms-live
docs/heartbeat-framework-layering-ms-lead
feat/869-c4-version-coupling
feat/869-c2-install-ordering-guard
feat/869-c5-doctor-activation-check
feat/per-agent-gitea-identity
fix/875-belongs-case-insensitive-slug
fix/ci-queue-wait-404-branch-absent
feat/869-c1-activation-probe
feat/869-c3-broker-supervisor
fix/865-tea-cli-comment-invocation
feat/glpi-skills
fix/860-deflake-mutator-lease-gate
fix/850-detect-platform-port-normalization
fix/856-worktree-deps-preflight
fix/835-pr-review-approve-reject-comment-flag
fix/848-truthful-evidence
fix/812-pr-review-comment
fix/849-recovery-runtime-fixture-race
docs/758-ledger-m5-001-sync
feat/834-tc-server-side-doc
feat/833-constrained-recovery-command
feat/827-gate0-probe
governance/gate0-probe3-amendment
fix/795-codex-pr-diff
fix/795-ci-base-jq
fix/795-ci-base-git
feat/791-pr3-fleet-regen
feat/791-pr2-snapshot-restore
fix/807-glpi-206
fix/808-agent-send-false-sender
feat/791-upgrade-config-protection
feat/790-mosaic-yolo-claudex-pr2
feat/790-mosaic-yolo-claudex
feat/758-v1-v2-migrator
fix/766-exact-fleet-comms
test/758-reconciler-lifecycle-gates
docs/771-kbn101-db-role-split
test/758-example-profile-dispositions
feat/758-shared-role-resolution
feat/mos-logical-identity-fencing
feat/769-kbn100-unified-schema
docs/753-kbn010-threat-gate
feat/758-roster-v2-compiler
feat/756-official-discord-plugin
docs/758-fleet-config-management
fix/mos-option2-qualification-format
docs/issue-758-m0
docs/mos-option2-qualification
mos-comms
feat/tess-interaction-agent
fix/tess-docs-format
draft/mosaic-platform-prd
fix/installer-provider-gate-and-local-gateway-redis
release/mosaic-cli-0.0.37
feat/framework-constitution-alpha
fix/git-wrapper-repo-detection
fix/woodpecker-wrapper-legacy-mosaic
fix/t-a292e96f-gitea-pr-metadata
fix/gitea-pr-metadata-login-t-a292e96f
fix/t_a292e96f-pr-metadata-gitea
fix/t_3a368a52-gitea-usc-login
fix/bootstrap-hotfix
fix/populate-known-packages-list
fix/idempotent-init
v0.0.39-alpha
mosaic-v0.0.31
fed-v0.2.0-m2
fed-v0.1.0-m1
mosaic-v0.0.29
mosaic-v0.0.28
mosaic-v0.0.27
mosaic-v0.0.26
mosaic-v0.0.25
mosaic-v0.0.24
v0.2.0
v0.1.0
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
No labels
fleet-enhancement
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mosaicstack/stack#864
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
send-message.sh -t <target>(the mandated inter-agent comms channel) fails to deliver whenever the named tmux target session does not exist — dead, renamed, never-started, or mistyped. The tool does fail loudly (non-zero exit +ERROR: tmux target not found: web1:<target>), so this is not a silent drop — but the rate of these misroutes is high and recurring, and each one is a failed inter-agent notify that stalls coordination until the sender notices the non-zero and retries (and some senders continue without noticing).Evidence (24h fleet digest, 2026-07-21 — digest-20260721T084904Z)
Counting only genuine
is_errortool-results (prose/board-text mentions excluded, self-lane excluded): 20 real failures across 13 distinct sessions in the window. Confirmed source issend-message.sh -t <target>(e.g.-t coder5,-t rev0,-t uc-coder-1).Targets that failed to resolve (normalized, across sessions):
installer1andinstaller-1(both spellings for the same logical session — a naming-drift trap),mosaic-100,uc-coder-1,edith/edith-discord,mos-claude,pi-orchestrator,fan-c,dedupe,missing.Root cause
Two compounding factors:
installer1vsinstaller-1are two spellings of one session; nothing normalizes or validates against a roster SSOT, so a plausible-but-wrong spelling routes to nowhere.tmux list-sessions(or gives up).Blast radius
Medium-frequency (13 sessions/24h), coordination-critical: a failed notify is an invisible-until-noticed handoff gap on the only sanctioned inter-agent channel. Naming drift means even careful agents misroute. Distinct from #841 (wrong path to the tool → Exit 127) and complementary to #822 (broadcast via roster SSOT — same roster dependency, different feature).
Proposed fix (low-friction, defensive)
tmux has-sessionfails for the target, print the live session list (tmux list-sessions -F '#S') to stderr and exit non-zero — turns a dead-end into a one-glance self-correct. ~5 lines.did you mean 'installer-1'?). Conservative — suggest-only if ambiguous.Effort
Small — (1) alone is a few lines and kills most of the wasted-turn cost; (2) is a modest add. Framework/shared-runtime (
packages/mosaic/framework/tools/tmux/send-message.sh, SSOT mosaicstack/stack).Filed by
enhancenightly pass 2026-07-21. Evidence: fleet digest digest-20260721T084904Z; count fromis_errortool-results across 13 sessions (uconnect coordinator + workers, home-hermes, 2723-di05, stack-812-pr-review). Shared-runtime → route/merge via Mos + MS-LEAD; enhance does not modify the framework directly (AGENTS.md rule 38).