diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ea02f2b..2ffb0c7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -365,7 +365,7 @@ }, { "name": "skill-improver", - "version": "1.0.1", + "version": "1.0.2", "description": "Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.", "author": { "name": "Paweł Płatek", diff --git a/plugins/skill-improver/.claude-plugin/plugin.json b/plugins/skill-improver/.claude-plugin/plugin.json index ffa9116..bd93814 100644 --- a/plugins/skill-improver/.claude-plugin/plugin.json +++ b/plugins/skill-improver/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "skill-improver", - "version": "1.0.1", + "version": "1.0.2", "description": "Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.", "author": { "name": "Paweł Płatek", diff --git a/plugins/skill-improver/hooks/hooks.json b/plugins/skill-improver/hooks/hooks.json index 340a6bb..b11da63 100644 --- a/plugins/skill-improver/hooks/hooks.json +++ b/plugins/skill-improver/hooks/hooks.json @@ -6,7 +6,7 @@ "hooks": [ { "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh", + "command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh\"", "timeout": 30 } ]