From b4448a4e516644b4c5284075039c55a381699462 Mon Sep 17 00:00:00 2001 From: Mark Wylde Date: Sat, 31 May 2025 13:17:39 +0100 Subject: [PATCH] fix: explain how to create pull request --- src/create-prompt/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/create-prompt/index.ts b/src/create-prompt/index.ts index f4fa628..158535d 100644 --- a/src/create-prompt/index.ts +++ b/src/create-prompt/index.ts @@ -568,6 +568,7 @@ ${ - Commit changes using mcp__local_git_ops__commit_files to the existing branch (works for both new and existing files). - Use mcp__local_git_ops__commit_files to commit files atomically in a single commit (supports single or multiple files). - CRITICAL: After committing, you MUST push the branch to the remote repository using mcp__local_git_ops__push_branch + - After pushing, you should normally create a PR using mcp__local_git_ops__create_pull_request, unless it already exists. - When pushing changes with this tool and TRIGGER_USERNAME is not "Unknown", include a "Co-authored-by: ${context.triggerUsername} <${context.triggerUsername}@users.noreply.local>" line in the commit message.` : eventData.claudeBranch ? `