docs(loop): merge multi_agent_workflow.md into SKILL.md, drop duplicate

This commit is contained in:
2026-07-16 13:36:12 +09:00
parent 626f35adfc
commit 7fde1d2b8a
4 changed files with 97 additions and 129 deletions
+3
View File
@@ -1189,6 +1189,9 @@ send_keys_safe() {
local cur_content
cur_content=$(_pane_capture "$sess")
# Hardened Submission Checks
if printf '%s\n' "$cur_content" | grep -Eq "● |Twisting|Thinking"; then
return 0
fi
if [ "$was_popup" = "0" ] && ! _pane_tail "$sess" 3 | grep -Fq "$marker" && [ "$cur_content" != "$pre_submit" ]; then
return 0
elif [ "$was_popup" = "1" ] && \