Files
2025-11-29 18:18:26 +08:00

16 lines
294 B
JSON

{
"description": "學習模式鉤子,添加互動學習指令",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
}
]
}
]
}
}