What problem does it solve?
When you need the team lead to act, you need a reliable way to deliver your request even if tmux panes or sockets aren’t currently listening.
Core Features & Use Cases
- Durable driver inbox write: Appends your ask to .atmux/driver-inbox.md under ## Open as the source of truth.
- Best-effort wake-up: Publishes a socket event to nudge the lead and sends a tmux ping to the lead’s pane when it’s available.
- Clear output semantics: Explains and distinguishes expected “lead listener absent” warnings (not a failure) from true failure cases like missing durable writes.
Use case: You are in the driver pane and need to escalate a blocker or request a decision from the lead, and you want it queued durably while also trying to get immediate attention.
Quick Start
Run /atmux:tell-lead <message> while you’re in your driver pane to send your request to the team lead and append it to .atmux/driver-inbox.md.