Skip to content

Commit 48bdbd3

Browse files
neverSettlesclaude
andcommitted
Fix: Use plugin-root-relative path for hooks
Changed from ../hooks/hooks.json to ./hooks/hooks.json since Claude Code resolves paths relative to the plugin root, not to plugin.json location. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f0e5fff commit 48bdbd3

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)