Update claude-bionify to 1.0.6 - #358
Open
abullard1 wants to merge 1 commit into
Open
Conversation
The vendored copy was at 1.0.1, five releases behind. Two of the missing releases are Windows fixes: without 1.0.5 the hook never starts on most native Windows machines, and without 1.0.3 non-ASCII characters garble. Syncs plugins/claude-bionify/ to 1.0.6 and updates the version in both .claude-plugin/marketplace.json and the plugin manifest.
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.
Follow-up to #296. The vendored copy is at 1.0.1, five releases behind, and two of the
missing releases are Windows fixes that leave the plugin non-functional.
Anyone installing claude-bionify from this marketplace today gets:
python3.exe, and Windows ships a Microsoft Store placeholder of that name which exits 9009 without running Python. Hooks are spawned with no shell, so there was no fallback, and a failedMessageDisplayhook shows the original text without reporting an error. Silently inert./claude-bionify:statuscan report that nothing is being bolded when it is.This syncs
plugins/claude-bionify/to 1.0.6 and updates the version in both.claude-plugin/marketplace.jsonand the plugin manifest.Validation
claude plugin validate ./plugins/claude-bionify --strictjq empty .claude-plugin/marketplace.json plugins/claude-bionify/.claude-plugin/plugin.json plugins/claude-bionify/hooks/hooks.jsonpylauncherRepo-level
claude plugin validate . --strictreports 2 warnings, unchanged by this PR(present on
mainbefore it).