Stats
Actions
Tags
From ibr
Runs shell scripts before and after every Write/Edit tool call to enforce code quality or formatting, with a cleanup script on session stop. Executes bash and can modify files.
3 events · 3 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
root="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/ibr-loop-hook.sh"; if [ -x "$hook" ]; then "$hook"; else printf '{}'; fiWrite|Editroot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/ibr-pre-change.sh"; if [ -x "$hook" ]; then "$hook"; else printf '{}'; fi5000msWrite|Editroot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/ibr-post-change.sh"; if [ -x "$hook" ]; then "$hook"; else printf '{}'; fi30000msnpx claudepluginhub tyroneross/interface-built-right --plugin ibr