mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-15 10:53:18 +08:00
session-end.js: Extract meaningful summaries from CLAUDE_TRANSCRIPT_PATH instead of writing blank template files. Pulls user messages, tools used, and files modified from the session transcript JSONL. session-start.js: Output the latest session summary to stdout (via the output() helper) so it gets injected into Claude's conversation context, instead of only logging to stderr which just shows briefly in the terminal.