Stats
Actions
Tags
From cc-loop
Runs Python-based linting and reflection scripts on session stop and user prompt submission, likely for maintaining a persistent memory or knowledge base.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bin="${CLAUDE_CONFIG_DIR:-$HOME/.claude}/cc-loop/bin/cc-loop"; if [ -x "$bin" ]; then "$bin" hook stop; else exit 0; fi2700msbin="${CLAUDE_CONFIG_DIR:-$HOME/.claude}/cc-loop/bin/cc-loop"; if [ -x "$bin" ]; then "$bin" hook user-prompt-submit; else exit 0; fi30msnpx claudepluginhub compozy/cc-loop --plugin cc-loop