SessionStart
01Hook
Runs when a session starts, executing session-start.py. From linxule/memex-plugin.
Collaborative memory plugin for Claude Code — persistent, searchable, interconnected. Captures the collaborative process as structured memos in an Obsidian vault with hybrid search.
Hook
Runs when a session starts, executing session-start.py. From linxule/memex-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.py. From linxule/memex-plugin.
Hook
Runs when a session ends, executing session-end.py. From linxule/memex-plugin.
Hook
Runs before the context is compacted, executing pre-compact.py. From linxule/memex-plugin.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post-tool-use.py. From linxule/memex-plugin.