Files
2025-11-30 08:37:33 +08:00

17 lines
383 B
JSON

{
"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"
}
]
}
]
}
}