Stats
Actions
Tags
From agent-flow
Blocks file writes until validation passes, enforces agent delegation patterns, logs session lifecycle events, and loads project context on start. Runs bash and writes files.
9 events · 14 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
bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/verify-completion.sh60msWrite|Editbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/enforce-delegation.sh5msbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate-changes.sh30msAgent|Taskbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/log-event.sh preToolUse5msbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/log-event.sh sessionEnd5msAgent|TaskWrite|Editbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate-changes.sh30msbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/log-event.sh postToolUse5ms*bash ${CLAUDE_PLUGIN_ROOT}/scripts/load-project-context.sh10msbash -c 'GRAPH_PATH="${CLAUDE_PROJECT_DIR:-$(pwd)}/graphify-out/graph.json"; if [ -f "$GRAPH_PATH" ] && [ -n "${CLAUDE_ENV_FILE:-}" ]; then echo "export AGENT_FLOW_GRAPH_PATH=$GRAPH_PATH" >> "$CLAUDE_ENV_FILE"; fi; exit 0'5msbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/log-event.sh subagentStop5msbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/teammate-idle-check.sh30msbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/task-completed-check.sh15msnpx claudepluginhub josix/agent-flow --plugin agent-flow