Stats
Actions
Tags
From claude-memory
Manages Claude Code session lifecycle: initializes environment on start, enforces quality gates after file edits, and handles cleanup on stop and compaction. Runs bash scripts, writes files.
5 events · 5 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 -c 'echo "Session end checklist:
- Run /memory-wrap-up if this was a substantial session
- Run /memory-reflect to capture learnings to brain/
- Check for orphan notes (no wikilinks)"'5msbash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/pre-compact.sh"30msWrite|Editbash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/find-python.sh" "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate-write.py"15msbash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-orient.sh"30msbash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/find-python.sh" "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/classify-message.py"15msnpx claudepluginhub arianjad/claude-memory --plugin claude-memory