Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:33 +08:00
commit c599338ed6
5 changed files with 97 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Jujutsu VCS integration hook",
"hooks": {
"SessionStart": [
{
"description": "Remind Claude to use jj commands instead of git in Jujutsu repositories",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks-handlers/jujutsu-reminder.sh"
}
]
}
]
}
}