Files
gh-shin902-shi-marketplace-…/.claude-plugin/plugin.json
2025-11-30 08:56:41 +08:00

14 lines
326 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "git-commit-plugin",
"description": "Claude Codeが停止したときタスクが完了したときに、Gitコミットを自動化するためのフックを提供します。",
"version": "3.1.1",
"author": {
"name": "shi."
},
"agents": [
"./agents"
],
"hooks": [
"./hooks"
]
}