What problem does it solve?
Keeps work continuity by turning ephemeral session activity into a concise, discoverable project history so future sessions can pick up where they left off without losing context.
Core Features & Use Cases
- Automated session synthesis: Reads recent git history and any pending reflection markers to produce a structured session entry.
- Project progress bookkeeping: Appends a full session entry to docs/PROGRESS.md and a condensed note to .claude/context/session-reflections.md for long-term knowledge accumulation.
- Light-weight cleanup: Removes the pending reflection marker after successful capture to avoid duplicate work.
- Use Case: After a focused development session on NeuroScript, generate a top-of-file PROGRESS.md entry summarizing commits, changed files, lessons learned, limitations, and next steps.
Quick Start
Summarize the last session by reading recent commits and any pending reflection note, then append a formatted entry to docs/PROGRESS.md and a condensed item to .claude/context/session-reflections.md.