diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 84d51a6..4532508 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -82,7 +82,7 @@ }, { "name": "git-commit-assistant", - "version": "1.0.0", + "version": "1.0.1", "description": "Intelligent git commit helper with semantic commit message generation, change analysis, and atomic commit guidance using conventional commits format", "author": { "name": "Daniel Hofheinz", diff --git a/plugins/git-commit-assistant/hooks/hooks.json b/plugins/git-commit-assistant/hooks/hooks.json index 6a88667..6e07975 100644 --- a/plugins/git-commit-assistant/hooks/hooks.json +++ b/plugins/git-commit-assistant/hooks/hooks.json @@ -1,13 +1,15 @@ { - "PostToolUse": [ - { - "matcher": "Write|Edit", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/scripts/suggest-commit.sh" - } - ] - } - ] + "hooks": { + "PostToolUse": [ + { + "matcher": "Write|Edit", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/scripts/suggest-commit.sh" + } + ] + } + ] + } } diff --git a/plugins/git-commit-assistant/plugin.json b/plugins/git-commit-assistant/plugin.json index 392d608..bc49564 100644 --- a/plugins/git-commit-assistant/plugin.json +++ b/plugins/git-commit-assistant/plugin.json @@ -1,6 +1,6 @@ { "name": "git-commit-assistant", - "version": "1.0.0", + "version": "1.0.1", "description": "Intelligent git commit helper with semantic commit message generation, change analysis, and atomic commit guidance using conventional commits format", "author": { "name": "Daniel Hofheinz", @@ -8,10 +8,7 @@ "url": "https://github.com/dhofheinz/open-plugins" }, "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/dhofheinz/open-plugins" - }, + "repository": "https://github.com/dhofheinz/open-plugins", "homepage": "https://github.com/dhofheinz/open-plugins/tree/main/plugins/git-commit-assistant", "keywords": [ "git",