Release v3.6.1: Fix Windows arg forwarding in polyglot wrapper

- Add validation for missing script name
- Forward up to 8 additional arguments to bash on Windows
- Fixes CodeRabbit review feedback from #134
This commit is contained in:
Jesse Vincent
2025-12-01 16:18:56 -08:00
parent a0c1e73a1d
commit 8462c20cce
2 changed files with 6 additions and 2 deletions

View File

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