feat: add export_timeline tool for markdown reports - #134
Closed
TerminalGravity wants to merge 2 commits into
Closed
feat: add export_timeline tool for markdown reports#134TerminalGravity wants to merge 2 commits into
TerminalGravity wants to merge 2 commits into
Conversation
TerminalGravity
force-pushed
the
feat/export-timeline
branch
from
March 6, 2026 21:45
4f7e8f8 to
301b0a9
Compare
TerminalGravity
commented
Mar 6, 2026
TerminalGravity
left a comment
Collaborator
Author
There was a problem hiding this comment.
Solid feature. The relative date parsing is a nice touch — 1week / 3months is intuitive. 500 event cap seems reasonable for markdown output. Closes #5 cleanly.
TerminalGravity
force-pushed
the
feat/export-timeline
branch
from
March 6, 2026 22:45
301b0a9 to
26a1856
Compare
TerminalGravity
force-pushed
the
feat/export-timeline
branch
3 times, most recently
from
March 7, 2026 12:15
a51074c to
2c9a82c
Compare
- Export scorePrompt function for testability - Cover all 4 scoring dimensions (specificity, scope, actionability, done-condition) - Test grade boundaries, feedback generation, and total calculation - All 60 tests pass
Implements #5 - Export timeline to markdown reports with: - Weekly summaries with activity counts - Prompt quality trend tracking (correction rates) - Commit velocity trends across weeks - Optional detailed event timeline - Save-to-file support - Relative date parsing (e.g. '2weeks', '1month') Includes unit tests for helper functions.
TerminalGravity
force-pushed
the
feat/export-timeline
branch
from
March 7, 2026 15:45
2c9a82c to
c40e5d3
Compare
Collaborator
Author
|
Superseded by #154 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
export_timelinetool — generates structured markdown reports from timeline data with three detail levels (summary/daily/detailed), quality indicators (correction rate, error rate, prompts-per-commit), and daily breakdowns.Useful for weekly reviews, standups, and sharing progress.
Closes #5