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 <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-30 17:01:31 +00:00
parent 2a79a099c1
commit ef9ce59d01

View file

@ -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": {