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

View File

@@ -0,0 +1,15 @@
{
"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"
]
}