Files
gh-agronod-claude-plugins-p…/hooks/hooks.json
2025-11-29 17:51:07 +08:00

18 lines
363 B
JSON

{
"description": "Inject steering context instructions into Explore/Plan subagents",
"hooks": {
"PreToolUse": [
{
"matcher": "Task",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-steering-read.sh",
"timeout": 5
}
]
}
]
}
}