Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From neuroflow
Runs a validation script after every Write, Edit, or MultiEdit tool call to verify artifacts. Performs file reads for checking.
1 event · 2 hooks
npx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflowSafety 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; true30msShare bugs, ideas, or general feedback.