#!/usr/bin/env node /** * Hook handler for notifying user about transcript saving * * This script is called by Claude Code hooks on SessionEnd event. * It outputs a synchronous message to inform the user that the transcript * is being saved to Nori Profiles (while the async summarize hook runs in background). * * Uses exit code 2 to trigger Claude Code's failure display mechanism, * and ANSI escape codes to clear the "SessionEnd hook [path] failed:" prefix. */ /** * Main entry point */ export declare const main: () => Promise; //# sourceMappingURL=summarize-notification.d.ts.map