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