Merge pull request #7 from harivansh-afk/remove-claude-session-hooks

Remove Claude Code session hooks
This commit is contained in:
Hari 2026-03-30 13:24:33 -04:00 committed by GitHub
commit f904520b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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