18 lines
363 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|