Fixed
hooks-- guarded the pre-push hook's--verifyinvocation with a plugin-name check, mirroringvalidate-commit.sh's existing guard. Without this, third-party repos shipping their ownscripts/bump-version.sh(e.g., SWT v2.3.5's in-tree version bumper) had everypackage.jsonversionfield silently overwritten with the literal string"--verify"on every push. The new guard verifies.claude-plugin/plugin.jsonexists and reportsname == "vbw"before invoking--verify; non-VBW repos now skip the check silently. (Issue #635, PR #636)
Full Changelog: v1.37.0...v1.37.1