17 lines
383 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|