Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:55 +08:00
commit f59298711a
4 changed files with 76 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Automatically add iA Writer annotations to edited files",
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/auto-annotate.js"
}
]
}
]
}
}