#!/usr/bin/env node /** * Claude Code - Session Start Hook (Thin Adapter) * * Loads memory context from Graphiti MCP at the start of a new Claude session. * This is a thin adapter that delegates to SessionStartHandler via mediator. * * Signal Handling: * - SIGINT/SIGTERM handlers ensure graceful exit on process interruption * - Prevents blocking CLI when user cancels or system terminates the hook * - Global timeout prevents indefinite hangs */ export {}; //# sourceMappingURL=session-start.d.ts.map