Implement a plugin as alternative for deprecated Explanatory output style

This commit is contained in:
Dickson Tsai
2025-10-28 02:39:56 -07:00
parent 4dc23d0275
commit 10e1d3fe77
4 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"description": "Explanatory mode hook that adds educational insights instructions",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
}
]
}
]
}
}