What problem does it solve? Compiling a daily or weekly summary of repository activity — merged pull requests, lines changed, and project phase progress — requires manually querying GitHub, parsing git logs, and reading task trackers, which is repetitive and error-prone. ## Core Features & Use Cases - Windowed activity reports: Resolves flexible time windows (today, yesterday, this week, this month, or explicit date ranges) and reports merged PRs with SAST-corrected merge times, line deltas, and status mix. - Phase progress tracking: Aggregates PRs per project phase and reads overall completion from a pre-computed task index, rendered as tables with unicode progress bars. - PDF export: Renders the same report through a bundled data-driven HTML template via headless Chrome for end-of-day archival. - Use Case: At the end of a workday, ask for yesterday's report to get a linked table of merged PRs, per-phase line changes, and overall phase completion, plus a polished PDF saved to the Desktop. ## Quick Start Ask the assistant to run the git report for this week and include the PDF export.