Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:51 +08:00
commit e5cbabbd94
17 changed files with 2012 additions and 0 deletions

13
hooks/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "claude-code-knowledge-hooks",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"fast-xml-parser": "^4.3.2"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.37",
"@types/bun": "latest"
}
}