Files
2025-11-30 08:56:41 +08:00

16 lines
490 B
JSON
Raw Permalink 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.
{
"description": "Claude Codeの処理が終了したときタスク完了時に、Gitコミットを自動化するフックを提供します。",
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "zsh ${CLAUDE_PLUGIN_ROOT}/scripts/commit-and-push.sh"
}
]
}
]
}
}