diff --git a/git/.claude-plugin/plugin.json b/git/.claude-plugin/plugin.json index 1bc9154..dab520e 100644 --- a/git/.claude-plugin/plugin.json +++ b/git/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git", - "version": "1.5.0", + "version": "1.5.1", "description": "Dynamic git instructions via SessionStart hook with mainline detection, conventional commits, fork handling, and safety guardrails", "author": { "name": "cblecker", diff --git a/git/scripts/git-instructions.sh b/git/scripts/git-instructions.sh index 4d0e7e2..61b9677 100755 --- a/git/scripts/git-instructions.sh +++ b/git/scripts/git-instructions.sh @@ -251,7 +251,7 @@ IMPORTANT: When the user asks you to create a pull request, follow these steps c - Use the description/body for details, not the title 3. Complete the following steps in order: - Create new branch if needed (if on ${MAINLINE}, create a feature branch first) - - Push to remote with -u flag if needed + - Push to remote if needed - Create PR using the GitHub MCP create_pull_request tool with: owner, repo, title, head, base (${MAINLINE}), body - PR body format: