chore: bump biff to v1.10.0 in marketplace#196
Merged
claude-puntlabs merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
There was a problem hiding this comment.
LGTM
Extended reasoning...
Overview\nThis PR bumps the biff plugin in .claude-plugin/marketplace.json from v1.9.5 to v1.10.0, updating both the ref and version fields consistently.\n\n### Security Risks\nNone. This is a JSON metadata file with no code execution paths.\n\n### Level of Scrutiny\nMinimal — version bumps in marketplace manifests are mechanical and low-risk. The change is a 2-line diff with no logic involved.\n\n### Other Factors\nNo bugs found, no prior reviews, clean PR with matching ref and version fields.
There was a problem hiding this comment.
Pull request overview
Updates the Punt Labs Claude Code plugin marketplace catalog to reference the latest biff release.
Changes:
- Bumped
biffGit tag reference fromv1.9.5tov1.10.0. - Bumped
biffcatalog version from1.9.5to1.10.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+77
to
+80
| "ref": "v1.10.0" | ||
| }, | ||
| "description": "UNIX-style team communication for Claude Code: /who, /finger, /plan, /write, /read, /mesg, /tty, /last, /wall, /talk", | ||
| "version": "1.9.5", | ||
| "version": "1.10.0", |
There was a problem hiding this comment.
Repo rules require a CHANGELOG.md entry for user-facing behavior changes; bumping a marketplace plugin version qualifies. Please add an entry under ## [Unreleased] (likely ### Changed) noting biff bumped to v1.10.0 (see CLAUDE.md "Documentation Discipline" / CHANGELOG rule).
This was referenced Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Simple metadata/version bump in a marketplace manifest with no code-path or security-impacting changes.
Overview
Bumps the
biffplugin entry in.claude-plugin/marketplace.jsonfromv1.9.5tov1.10.0, updating both the Git ref and the declared plugin version.Reviewed by Cursor Bugbot for commit 72d81be. Bugbot is set up for automated code reviews on this repo. Configure here.