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