Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
a0c1e73a1d
1 измененных файлов с 1 добавлено и 1 удалено
  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"