Skip to content

feat: add export_timeline tool for markdown session reports#245

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

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

Conversation

@TerminalGravity
Copy link
Collaborator

@TerminalGravity TerminalGravity commented Mar 13, 2026

Adds export_timeline MCP tool that generates markdown reports from timeline data.

Features:

  • Summary stats table (prompts, commits, tool calls, corrections, errors)
  • Prompt quality rating based on correction rate
  • Two formats: detailed (full event log) or summary (daily counts table)
  • Relative date support (7days, 1week, etc.)
  • Scope/project/branch/author filtering

Closes #5

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.

Closes #5 — the export_timeline tool looks solid for generating markdown session reports. ✅

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.

This closes #5 — nice to see the export timeline feature land. Will review the markdown output format more closely before merge.

@TerminalGravity TerminalGravity changed the title feat: add export_timeline tool for markdown session reports feat: add export_timeline tool for markdown report generation Mar 16, 2026
@TerminalGravity TerminalGravity changed the title feat: add export_timeline tool for markdown report generation feat: add export_timeline tool for markdown/HTML reports Mar 16, 2026
Adds a ready-to-use CLAUDE.md template that makes Claude Code
automatically run preflight_check on prompts. Users can copy it
into their project to get preflight working without manual tool calls.

Referenced from Quick Start in README and examples/README.
- CLI now responds to --help/-h with usage info, profiles, and links
- CLI now responds to --version/-v with package version
- Previously, any flag just launched the interactive wizard
- Fixed README badge from Node 18+ to Node 20+ (matches engines field)
@TerminalGravity TerminalGravity changed the title feat: add export_timeline tool for markdown/HTML reports feat: add export_timeline tool for markdown session reports Mar 19, 2026
@TerminalGravity TerminalGravity force-pushed the feat/export-timeline branch 2 times, most recently from 36dfbdc to 9c1d97c Compare March 19, 2026 20:45
Adds a new export_timeline MCP tool that generates markdown reports from
timeline data. Features:

- Summary stats table (prompts, commits, tool calls, corrections, errors)
- Prompt quality rating based on correction rate
- Two formats: detailed (full event log) or summary (daily counts table)
- Relative date support (7days, 1week, etc.)
- Scope/project/branch/author filtering

Closes #5
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