{
"hooks": {
"PostToolUse": [
{
"matcher": "Bash|Edit|Write",
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/progress-nudge.js\""
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "npx -y interlink-mcp wait",
"async": true,
"asyncRewake": true,
"timeout": 3600
}
]
}
]
}
}