Deadline Prep Generate a structured demo outline from your work session. Combines the change log CSV (from the change-logger hook) with git history to create presentation-ready talking points. Workflow Step 1: Gather data sources Change log (primary source if available): - Read if it exists - Parse columns: timestamp, tool, file path, action, details - Group by: files created, files modified, commands executed Git history (always available): If the CSV doesn't exist, fall back to git-only mode and note this in the output. Step 2: Analyze and categorize changes Group all changes into categorie…