Skip to content

Commit 4a080c1

Browse files
rgambeegithub-actions[bot]
authored andcommitted
Remove hooks from CC plugin (#4913)
The files referenced by these hooks no longer exist Sourced from commit d64dcd0305b60f13e4c708c25dab45fb9dab0bf9
1 parent ac8e3d9 commit 4a080c1

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,5 @@
1414
"EVERYROW_API_KEY": "${EVERYROW_API_KEY}"
1515
}
1616
}
17-
},
18-
"hooks": {
19-
"PostToolUse": [
20-
{
21-
"matcher": "mcp__plugin_everyrow_everyrow__everyrow_results",
22-
"hooks": [
23-
{
24-
"type": "command",
25-
"command": "\"${CLAUDE_PLUGIN_ROOT}/everyrow-mcp/scripts/everyrow-track-results.sh\""
26-
}
27-
]
28-
}
29-
],
30-
"Stop": [
31-
{
32-
"hooks": [
33-
{
34-
"type": "command",
35-
"command": "\"${CLAUDE_PLUGIN_ROOT}/everyrow-mcp/scripts/everyrow-stop-guard.sh\""
36-
}
37-
]
38-
}
39-
],
40-
"SessionEnd": [
41-
{
42-
"hooks": [
43-
{
44-
"type": "command",
45-
"command": "rm -f ~/.everyrow/task.json"
46-
}
47-
]
48-
}
49-
]
5017
}
5118
}

0 commit comments

Comments
 (0)