What Happened
- This PR changes how agent prompts are injected into generated launch commands by removing bash-only heredoc transport (`$(cat <<...)`) and switching to shell-quoted single-argument argv prompts or `printf '%s\n' '<prompt>' | <agent>` stdin piping, fixing prompt launch failures in fish and improving shell compatibility.
- This PR changes how agent prompts are injected into generated launch commands by removing bash-only heredoc transport (`$(cat <<...)`) and switching to shell-quoted single-argument argv prompts or `printf '%s\n' '<prompt>' | <agent>` stdin piping, fixing prompt launch failures in fish and improving shell compatibility.
- 1 evidence item attached for review.