Files
gh-kazukiyunoue-claude-code…/hooks/hooks.json
2025-11-30 08:30:55 +08:00

17 lines
329 B
JSON

{
"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"
}
]
}
]
}
}