#!/bin/sh BIN="$HOME/.claude-mnemonic/bin/hooks/stop" [ -x "$BIN" ] && exec "$BIN" "$@" exit 0