Skip to content

Commit b92a924

Browse files
committed
Escape backticks in show_help heredoc to prevent command substitution
The unquoted heredoc in show_help() caused Bash to interpret raw backticks as command substitution, potentially executing unintended commands when users ran --help.
1 parent 2fc28be commit b92a924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup-rlcr-loop.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ DESCRIPTION:
100100
101101
The flow:
102102
1. Claude executes plan tasks with tag-based routing (Implementation Phase)
103-
- `coding` tasks: Claude implements directly
104-
- `analyze` tasks: Claude delegates execution via `/humanize:ask-codex`
103+
- \`coding\` tasks: Claude implements directly
104+
- \`analyze\` tasks: Claude delegates execution via \`/humanize:ask-codex\`
105105
2. Claude writes a summary to round-N-summary.md
106106
3. On exit attempt, Codex reviews the summary
107107
4. If Codex finds issues, it blocks exit and sends feedback

0 commit comments

Comments
 (0)