{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/run-sce-or-show-install-guidance.sh sce policy bash"
}
]
}
],
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit|NotebookEdit",
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/run-sce-or-show-install-guidance.sh sce hooks diff-trace"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/run-sce-or-show-install-guidance.sh sce hooks conversation-trace"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/run-sce-or-show-install-guidance.sh sce hooks conversation-trace"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/hooks/run-sce-or-show-install-guidance.sh sce hooks conversation-trace"
}
]
}
]
}
}