docs: Add warning about using gt nudge instead of tmux send-keys
Raw tmux send-keys doesn't work correctly with Claude's input handling. gt nudge uses literal mode + debounce + separate Enter for reliable delivery. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -228,9 +228,13 @@ gt handoff # Request cycle (context-aware)
|
||||
gt handoff --shutdown # Terminate (polecats)
|
||||
gt session stop <rig>/<agent>
|
||||
gt peek <agent> # Check health
|
||||
gt nudge <agent> # Wake stuck worker
|
||||
gt nudge <agent> "message" # Send message to agent
|
||||
```
|
||||
|
||||
**IMPORTANT**: Always use `gt nudge` to send messages to Claude sessions.
|
||||
Never use raw `tmux send-keys` - it doesn't handle Claude's input correctly.
|
||||
`gt nudge` uses literal mode + debounce + separate Enter for reliable delivery.
|
||||
|
||||
### Emergency
|
||||
```bash
|
||||
gt stop --all # Kill all sessions
|
||||
|
||||
Reference in New Issue
Block a user