Skip to content

Commit f0e5fff

Browse files
neverSettlesclaude
andcommitted
Fix: Correct relative path to hooks.json
The path was ./hooks/hooks.json but since plugin.json is in .claude-plugin/, it needs to be ../hooks/hooks.json to correctly resolve to the hooks directory. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f39c17c commit f0e5fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"description": "File versioning for Claude Code - Git-based snapshots of your project at each conversation turn, with ATIF trajectory export.",
55
"author": "refreshdotdev",
66
"repository": "https://github.com/refreshdotdev/ledgit",
7-
"hooks": "./hooks/hooks.json"
7+
"hooks": "../hooks/hooks.json"
88
}

0 commit comments

Comments
 (0)