Skip to content

Commit a0e1c58

Browse files
Hooks fix
1 parent 67b0a41 commit a0e1c58

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"description": "Workflow infrastructure plugin for Claude Code projects",
55
"commands": "./commands/",
66
"skills": "./skills/",
7-
"hooks": "./hooks.json"
7+
"hooks": "./hooks/"
88
}

hooks.json renamed to hooks/hooks.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"hooks": {
32
"SessionStart": [
43
{
54
"matcher": "",
@@ -129,5 +128,4 @@
129128
]
130129
}
131130
]
132-
}
133131
}

0 commit comments

Comments
 (0)