Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:07 +08:00
commit 63b36ee71c
4 changed files with 77 additions and 0 deletions

17
hooks/hooks.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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
}
]
}
]
}
}