Skip to content

feat: add export_timeline tool for markdown session reports#140

Open
TerminalGravity wants to merge 4 commits intomainfrom
feat/export-timeline-25
Open

feat: add export_timeline tool for markdown session reports#140
TerminalGravity wants to merge 4 commits intomainfrom
feat/export-timeline-25

Conversation

@TerminalGravity
Copy link
Collaborator

Closes #5

Adds a new export_timeline MCP tool that generates structured markdown reports from timeline data:

  • Summary stats: total events, active days, avg events/day, commits, corrections, errors
  • Activity breakdown by event type
  • Daily activity with visual bars
  • Corrections, commits, errors sections with details
  • Configurable period: day/week/month/quarter
  • Author filtering for commits
  • Relative date support (7days, 2weeks, etc.)

Also adds memory/ to .gitignore.

All 44 tests pass.

Copy link
Collaborator Author

@TerminalGravity TerminalGravity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the export_timeline tool. README additions (troubleshooting, CLAUDE_PROJECT_DIR docs, Node 20+ badge fix) are solid improvements. The memory/ gitignore addition makes sense. Looks good to merge — note this overlaps with #134, so merge one and close the other to avoid conflicts.

@TerminalGravity
Copy link
Collaborator Author

Export timeline is a nice addition — addresses issue #5 directly. The markdown output format looks clean and the tool registration follows the existing patterns well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export timeline to markdown/PDF reports

1 participant