Stats
Actions
Tags
From jean-claude-van-dev
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes 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