15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "jujutsu-vcs",
|
|
"description": "SessionStart hook that ensures Claude Code uses Jujutsu (jj) commands instead of git in Jujutsu repositories",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Hans L'Hoest",
|
|
"email": "2922363+lhohan@users.noreply.github.com"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |