Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:29 +08:00
commit cabaf61961
8 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "jjagent",
"description": "Track Claude Code sessions as jujutsu changes",
"version": "0.4.2",
"author": {
"name": "schpet"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}