From ef9ce59d0188f8ba274d03852989fbd7bdb37a8b Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Mon, 30 Mar 2026 17:01:31 +0000 Subject: [PATCH] Remove Claude Code session hooks Remove the thread-view session lifecycle and post-edit hooks from the managed Claude Code settings while keeping the docs read hook intact. Co-authored-by: Codex --- config/claude/settings.json | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/config/claude/settings.json b/config/claude/settings.json index c3938ac..b492a60 100644 --- a/config/claude/settings.json +++ b/config/claude/settings.json @@ -17,39 +17,6 @@ } ] } - ], - "SessionStart": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "/Users/rathi/.thread-view/hooks/session-start.sh" - } - ] - } - ], - "PostToolUse": [ - { - "matcher": "(?i)edit|write|create_file", - "hooks": [ - { - "type": "command", - "command": "/Users/rathi/.thread-view/hooks/post-edit.sh" - } - ] - } - ], - "Stop": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "/Users/rathi/.thread-view/hooks/session-stop.sh" - } - ] - } ] }, "statusLine": {