Stats
Actions
Tags
From ibr
Blocks file writes/edits with pre-checks (env_protect, nothing_loose) and runs documentation hygiene after edits. Runs a stop reminder. Uses Python scripts.
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 ibr19plugins reuse this hooks config
First indexed Dec 9, 2025
Showing the 6 earliest of 19 plugins