Stats
Actions
Tags
From neuroflow
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
Edit|Writef="${CLAUDE_TOOL_RESULT_FILE_PATH:-}"; case "$f" in *.py) [ -f "$f" ] && ruff format "$f" >/dev/null 2>&1;; esac; true10msf="${CLAUDE_TOOL_RESULT_FILE_PATH:-}"; case "$f" in */.neuroflow/flowie/*) d="${f%%/.neuroflow/*}/.neuroflow/flowie"; [ -d "$d/.git" ] && { git -C "$d" add -A; git -C "$d" commit -m "sync: auto"; git -C "$d" push; } >/dev/null 2>&1;; esac; true30msnpx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflow