Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion git/scripts/git-instructions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<example>
Expand Down
Loading