Stats
Actions
Tags
From sage-code
Runs a cache-touch script on Stop, PostToolUse, and UserPromptSubmit to track activity, plus a setup script on SessionStart. Executes bash commands.
4 events · 4 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
SAGE_PROJECT_DIR="$PWD" CLAUDE_SESSION_ID="$CLAUDE_SESSION_ID" bash "$CLAUDE_PLUGIN_DIR/hooks/scripts/on-session-end.sh"echo '$TOOL_INPUT' | SAGE_PROJECT_DIR="$PWD" CLAUDE_SESSION_ID="$CLAUDE_SESSION_ID" bash "$CLAUDE_PLUGIN_DIR/hooks/scripts/on-tool-use.sh"SAGE_PROJECT_DIR="$PWD" CLAUDE_SESSION_ID="$CLAUDE_SESSION_ID" bash "$CLAUDE_PLUGIN_DIR/hooks/scripts/on-session-start.sh"echo '$USER_INPUT' | SAGE_PROJECT_DIR="$PWD" CLAUDE_SESSION_ID="$CLAUDE_SESSION_ID" bash "$CLAUDE_PLUGIN_DIR/hooks/scripts/on-correction.sh"npx claudepluginhub umxr/sage-code --plugin sage-code