/handoff End-of-session debrief. Three artifacts each pass: 1. Granular MCP captures — one per decision/lesson/gotcha (DB authoritative). 2. Session log md — narrative thread at . 3. Project status md + json — current goals + last-handoff timestamp at . These are orthogonal: captures are queryable atoms, session log is the narrative thread, status file lets the next session see where we left off. Steps 1. Detect project + last handoff time - If output is a path → use the basename as (e.g. ). - If → use the cwd basename. Skip git steps below; rely entirely on conversation context. Read for tim…