fix(deploy): migrate deployment scripts and docs from tmux to herdr

This commit is contained in:
Antigravity
2026-07-20 12:17:12 +09:00
parent c00fbb1356
commit 974941bdb4
8 changed files with 71 additions and 11 deletions
+1 -1
View File
@@ -1576,7 +1576,7 @@ send_keys_safe() {
_sks_herdr send-keys -t "$sess" C-m
return 0
fi
sleep 0.5
sleep "${SKS_PASTE_SLEEP:-1.5}"
local pane_content was_popup=0
pane_content=$(_pane_capture "$sess")
if printf '%s\n' "$pane_content" | grep -Eq "Pasted text|paste again to expand"; then