What problem does it solve? It answers "what have we been doing" by rolling up recent agent sessions for the current project into a date-grouped summary, so you can reconstruct recent work without digging through raw session logs. ## Core Features & Use Cases - Time-window parsing: Accepts arguments like "today", "this week", "last N", or a bare number to define the recap range, defaulting to the last 10 sessions. - Project-scoped filtering: Filters sessions by matching the session cwd against the current working directory so only relevant project work is summarized. - Highlight extraction: Pulls high-importance observations (importance >= 7) per session via memory_recall and ends with a totals line of sessions, days, and observations. - Use Case: After a week away, ask for a recap of this week and get a date-grouped list of sessions with key decisions, such as "Rotate refresh tokens on every use". ## Quick Start Ask the agent to recap this week's work on the current project.