{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "http", "url": "http://localhost:8045/api/event", "timeout": 5, "async": true } ] } ], "PreToolUse": [ { "matcher": "Bash|Edit|Write|NotebookEdit", "hooks": [ { "type": "http", "url": "http://localhost:8045/api/event", "timeout": 5, "async": true } ] } ], "PostToolUse": [ { "matcher": "Bash|Edit|Write|NotebookEdit", "hooks": [ { "type": "http", "url": "http://localhost:8045/api/event", "timeout": 5, "async": true } ] } ], "Stop": [ { "hooks": [ { "type": "http", "url": "http://localhost:8045/api/event", "timeout": 5, "async": true } ] } ] } }