Skip to content

Commit 4e3353d

Browse files
nhortonclaude
andauthored
Remove deepwork install SessionStart hook (#103)
The SessionStart hook that automatically ran 'uv run deepwork install' at the start of each session is no longer needed. Co-authored-by: Claude <noreply@anthropic.com>
1 parent b73d883 commit 4e3353d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.claude/settings.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@
9898
]
9999
},
100100
"hooks": {
101-
"SessionStart": [
102-
{
103-
"matcher": "",
104-
"hooks": [
105-
{
106-
"type": "command",
107-
"command": "uv run deepwork install",
108-
"timeout": 5000
109-
}
110-
]
111-
}
112-
],
113101
"UserPromptSubmit": [
114102
{
115103
"matcher": "",

0 commit comments

Comments
 (0)