SessionStart
01Hook Claude Code
Runs when a session starts, executing session-start.sh. From rand/mnemosyne.
Mnemosyne is a agentic memory and orchestration system designed to provide Claude Code with persistent semantic memory across sessions.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From rand/mnemosyne.
Hook Claude Code
Runs after a tool call finishes for Edit(*), Write(*), Bash(git commit:*) and Bash(mnemosyne remember:*) tool calls, executing post-tool-use.sh, post-commit.sh and post-memory-store.sh (5 commands). From rand/mnemosyne.
Hook Claude Code
Runs before the agent uses a tool for Bash(git push:*) and Bash(gh pr create:*) tool calls, executing pre-destructive.sh (2 commands). From rand/mnemosyne.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From rand/mnemosyne.
Hook Claude Code
Runs when the agent finishes a response, executing on-stop.sh. From rand/mnemosyne.