PreToolUse
01Hook Claude Code
Runs before the agent uses a tool, executing pre_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
AI-native commerce platform where customers discover and purchase products through conversation while autonomous agents run the store operations end-to-end, with real-time admin control and seamless integration with external AI systems.
Hook Claude Code
Runs before the agent uses a tool, executing pre_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs after a tool call finishes, executing post_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs when the agent sends a notification, executing notification.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs when the agent finishes a response, executing stop.py and send_event.py via uv with --chat, --source-app, --event-type and --add-chat (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs before the context is compacted, executing pre_compact.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py and send_event.py via uv with --log-only, --store-last-prompt, --name-agent, --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs when a session starts, executing session_start.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Hook Claude Code
Runs when a session ends, executing session_end.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.