feat(hooks): register PreCompact event in hooks.json

This commit is contained in:
Kjell Tore Guttormsen 2026-04-17 14:45:13 +02:00
commit c98483ad91

View file

@ -77,6 +77,17 @@
}
]
}
],
"PreCompact": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/pre-compact-scan.mjs"
}
]
}
]
}
}