chore(plugins): bump git-workflows and git-standards to 1.0.1#135
chore(plugins): bump git-workflows and git-standards to 1.0.1#135JacobPEvans merged 2 commits intomainfrom
Conversation
Invalidates plugin cache so the safe stale worktree definition from PR #133 takes effect. Also includes two minor worktree-conventions improvements: consistent {branch} placeholder style and squash-merge guidance for git branch -d failures. (claude)
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on updating the versions of the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the git-workflows and git-standards Claude Code plugin versions to 1.0.1, and updates worktree documentation to use consistent {branch} placeholders plus guidance for squash-merge branch deletion edge cases.
Changes:
- Bump
git-workflowsplugin version from 1.0.0 → 1.0.1. - Bump
git-standardsplugin version from 1.0.0 → 1.0.1. - Update
.claude/rules/worktree-conventions.mdplaceholder formatting and add guidance forgit branch -dfailures after squash merges.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
git-workflows/.claude-plugin/plugin.json |
Version bump to 1.0.1 for the git-workflows plugin. |
git-standards/.claude-plugin/plugin.json |
Version bump to 1.0.1 for the git-standards plugin. |
.claude/rules/worktree-conventions.md |
Placeholder consistency ({branch}) and added guidance for squash-merge cleanup behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Summary
git-workflowsplugin from 1.0.0 → 1.0.1git-standardsplugin from 1.0.0 → 1.0.1<branch>→{branch}) in worktree-conventionsgit branch -dfailuresInvalidates plugin cache so the safe stale worktree definition from PR #133 takes effect.
Test plan
/refresh-repoloads v1.0.1 with the new stale definition🤖 Generated with Claude Code