SessionStart
01Hook
Runs when a session starts, executing continuous_save_prime.py via uv with --no-project and --quiet. From wallneradam/project-mem-mcp.
An MCP server that enables AI agents to persistently store and retrieve project information from a memory file.
Hook
Runs when a session starts, executing continuous_save_prime.py via uv with --no-project and --quiet. From wallneradam/project-mem-mcp.
Hook
Runs when you submit a prompt, before the agent sees it, executing auto_read.py via uv with --no-project and --quiet. From wallneradam/project-mem-mcp.
Hook
Runs before the agent uses a tool for .*set_project_memory and .*update_project_memory tool calls, executing block_subagent_writes.py via uv with --no-project and --quiet. From wallneradam/project-mem-mcp.
Hook
Runs after a tool call finishes for .*set_project_memory and .*update_project_memory tool calls, executing check_dream.py via uv with --no-project and --quiet. From wallneradam/project-mem-mcp.