Commit 6beafb8
authored
fix(issue-auto-implement): use content-safe heredoc delimiters for pr_title/pr_body (#257)
* feat(issue-auto-implement): require .comment_body when implement makes no code changes
Strengthen the implement prompt so Claude must write .comment_body when
deciding not to make code changes (e.g. feedback is a question, current
approach preferred). Without it the workflow posts a generic fallback;
requiring .comment_body ensures reviewers get a specific reply.
Update AGENTS.md to document that .comment_body is required in that case.
Made-with: Cursor
* fix(issue-auto-implement): use content-safe heredoc delimiters for pr_title/pr_body
PR_TITLE_DELIM and PR_BODY_DELIM can appear inside Claude-generated
.pr_title or .pr_body content, which ends the heredoc early and causes
'Matching delimiter not found'. Use unique delimiters that cannot
appear in user content (__HOOKDECK_PR_TITLE_END_8a3f2b1c9d4e__ and
__HOOKDECK_PR_BODY_END_8a3f2b1c9d4e__).
Made-with: Cursor1 parent e603251 commit 6beafb8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
| 237 | + | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments