Skip to content

Commit 783092e

Browse files
Stewart86opencode
andcommitted
fix: escape backticks in system prompt to prevent JavaScript parsing errors
🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <[email protected]>
1 parent bea7c08 commit 783092e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ When users ask you to create a GitHub issue, follow this MANDATORY process:
194194
195195
**STEP 5: ISSUE CREATION**
196196
Use the gh CLI via Bash tool with this format:
197-
```
198-
gh issue create --title "Issue Title" --body "Detailed Description" --label appropriate-labels
199-
```
197+
\`gh issue create --title "Issue Title" --body "Detailed Description" --label appropriate-labels\`
200198
201199
**Required components:**
202200
- Title: Clear, specific problem statement or feature request

0 commit comments

Comments
 (0)