Skip to content

chore(plugins): bump git-workflows and git-standards to 1.0.1#135

Merged
JacobPEvans merged 2 commits intomainfrom
chore/bump-plugin-versions
Mar 17, 2026
Merged

chore(plugins): bump git-workflows and git-standards to 1.0.1#135
JacobPEvans merged 2 commits intomainfrom
chore/bump-plugin-versions

Conversation

@JacobPEvans
Copy link
Owner

Summary

  • Bumps git-workflows plugin from 1.0.0 → 1.0.1
  • Bumps git-standards plugin from 1.0.0 → 1.0.1
  • Fixes placeholder consistency (<branch>{branch}) in worktree-conventions
  • Adds squash-merge guidance for git branch -d failures

Invalidates plugin cache so the safe stale worktree definition from PR #133 takes effect.

Test plan

  • CI passes (plugin validation, CodeQL)
  • After merge, verify /refresh-repo loads v1.0.1 with the new stale definition

🤖 Generated with Claude Code

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)
Copilot AI review requested due to automatic review settings March 17, 2026 03:02
@gemini-code-assist
Copy link

Summary of Changes

Hello, 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 git-workflows and git-standards plugins to 1.0.1. Concurrently, it refines the worktree-conventions documentation by standardizing placeholder syntax and providing clearer instructions for cleaning up branches after squash-merges, ensuring that the latest worktree definitions are correctly applied.

Highlights

  • Plugin Version Bumps: Updated git-workflows and git-standards plugins from version 1.0.0 to 1.0.1.
  • Documentation Refinement: Corrected placeholder syntax from <branch> to {branch} in worktree-conventions.md for consistency.
  • Git Workflow Guidance: Added specific guidance for handling git branch -d failures, particularly after squash-merges, in the worktree conventions documentation.
  • Plugin Cache Invalidation: Ensured the plugin cache is invalidated to apply the new safe stale worktree definition from a previous PR (fix(git-workflows): use PR-based stale detection instead of git branch --merged #133).
Changelog
  • .claude/rules/worktree-conventions.md
    • Updated branch placeholder syntax from <branch> to {branch}.
    • Added guidance for handling git branch -d failures after squash-merges.
  • git-standards/.claude-plugin/plugin.json
    • Updated plugin version from 1.0.0 to 1.0.1.
  • git-workflows/.claude-plugin/plugin.json
    • Updated plugin version from 1.0.0 to 1.0.1.
Activity
  • CI is expected to pass, including plugin validation and CodeQL checks.
  • After merging, verification is required to ensure /refresh-repo loads v1.0.1 with the new stale definition.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request successfully updates the versions of the git-workflows and git-standards plugins to 1.0.1. It also adds valuable guidance regarding git branch -d failures in the worktree-conventions.md document.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-workflows plugin version from 1.0.0 → 1.0.1.
  • Bump git-standards plugin version from 1.0.0 → 1.0.1.
  • Update .claude/rules/worktree-conventions.md placeholder formatting and add guidance for git branch -d failures 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.

@JacobPEvans JacobPEvans merged commit edc5b3c into main Mar 17, 2026
5 checks passed
@JacobPEvans JacobPEvans deleted the chore/bump-plugin-versions branch March 17, 2026 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants