Stats
Actions
Tags
From jean-claude-van-dev
After Write/Edit/MultiEdit tool calls, runs a bash script to automatically update .gitignore with relevant patterns. Modifies files.
1 event · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|Editfor f in $CLAUDE_FILE_PATHS; do case "$f" in *.go) gofmt -w "$f" ;; esac; donefor f in $CLAUDE_FILE_PATHS; do case "$f" in *.go) dir=$(dirname "$f"); go vet "$dir/..." 2>&1 || true; break ;; esac; donenpx claudepluginhub latebit-io/jean-claude-van-dev --plugin jean-claude-van-dev