Skip to content

Commit 7ca80d4

Browse files
committed
fix: add hooks.json for Claude Code marketplace discovery
1 parent 1571c9d commit 7ca80d4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

hooks/hooks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"hooks": [
3+
{
4+
"matcher": "",
5+
"hooks": [
6+
{
7+
"type": "command",
8+
"command": "node ${PLUGIN_ROOT}/hooks/louder-hook.js"
9+
}
10+
]
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)