Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From self-improvement
Blocks file writes (Write, Edit, etc.) with a Node.js guardrail script, and runs a phase router on session start to manage project state. Writes files, does not execute bash.
2 events · 2 hooks
npx claudepluginhub c0ntr0lledcha0s/claude-code-plugin-automations --plugin self-improvementSafety 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
Write|Editbash -c 'PLUGIN_PATH="${CLAUDE_PLUGIN_ROOT//\\//}"; if [[ -n "${PLUGIN_PATH}" ]]; then bash "${PLUGIN_PATH}/hooks/scripts/analyze-before-write.sh"; else echo "{\"decision\": \"approve\"}"; fi'bash -c 'PLUGIN_PATH="${CLAUDE_PLUGIN_ROOT//\\//}"; if [[ -n "${PLUGIN_PATH}" ]]; then bash "${PLUGIN_PATH}/hooks/scripts/load-learnings.sh"; else echo "{\"decision\": \"approve\", \"suppressOutput\": true}"; fi'Share bugs, ideas, or general feedback.