Skip to content

Commit f39c17c

Browse files
neverSettlesclaude
andcommitted
Fix: Add hooks reference to plugin.json
The plugin.json was missing the hooks reference, preventing Claude Code from discovering and triggering the hook scripts. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 77b34e5 commit f39c17c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.claude-plugin/plugin.json

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

0 commit comments

Comments
 (0)