Browse Source

Release v3.6.0: Add Windows support for plugin hooks

New features:
- Cross-platform polyglot wrapper (run-hook.cmd) for Windows/Unix
- Pure bash JSON escaping for Windows compatibility
- Documentation for polyglot hooks setup
Jesse Vincent 9 months ago
parent
commit
a0c1e73a1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .claude-plugin/plugin.json

+ 1 - 1
.claude-plugin/plugin.json

@@ -1,7 +1,7 @@
 {
   "name": "superpowers",
   "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
-  "version": "3.5.1",
+  "version": "3.6.0",
   "author": {
     "name": "Jesse Vincent",
     "email": "jesse@fsck.com"