Files
claude-plugins-official/plugins/learning-output-style/hooks/hooks.json

16 lines
311 B
JSON
Raw Normal View History

{
"description": "Learning mode hook that adds interactive learning instructions",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
}
]
}
]
}
}