After multiple GUI corruption incidents (Ch101 garble, clipboard hijacking, form truncation), the evidence is clear: bash heredocs preserve text integrity while GUI text fields corrupt agent-generated text. A formal best-practice document should be created: "Always write substantial text via `cat > file <<'EOF'`; never type into GUI text fields; use glab CLI for snippet creation." This could prevent future corruption incidents.