Send text directly to a teammate's terminal (types commands for them)
<target> <text># Send Text to Teammate Terminal Send text directly to a teammate's terminal, as if they typed it themselves. This is useful for triggering commands or providing input. ## Arguments - `$1` - Target (required: teammate name or "all") - `$2` - Text to send (required) ## Instructions Execute the following script using bash explicitly: Report: 1. Confirmation that text was sent to the target(s) 2. Note which multiplexer was used (kitty or tmux) 3. For "all" targets, report success/failure counts ## Examples **Send a command to a specific teammate:** **Send command to all teammates...