SessionStart
01Hook
Runs when a session starts on startup, clear and compact, executing session_start.py via python3. From archfill/tsumugi.
MCP-based memory layer for AI agents — observation, hybrid search, dreaming/synthesis
Hook
Runs when a session starts on startup, clear and compact, executing session_start.py via python3. From archfill/tsumugi.
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py via python3. From archfill/tsumugi.
Hook
Runs before the agent uses a tool for Read tool calls, executing pre_tool_use_read.py via python3. From archfill/tsumugi.
Hook
Runs after a tool call finishes for Bash tool calls, executing post_tool_use.py via python3. From archfill/tsumugi.
Hook
Runs when the agent finishes a response, executing stop.py via python3. From archfill/tsumugi.