Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:05 +08:00
commit 2a050efe7f
17 changed files with 1342 additions and 0 deletions

15
hooks/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "git-hooks",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "bun test",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "latest"
},
"devDependencies": {
"bun-types": "^1.3.3"
}
}