Files
microsoft--skillopt/plugins/claude-code/hooks/hooks.json
T
2026-07-13 12:24:16 +08:00

17 lines
273 B
JSON

{
"hooks": {
"SessionEnd": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/on-session-end.sh\"",
"async": true
}
]
}
]
}
}