feat: export_timeline tool for markdown session reports#86
Closed
TerminalGravity wants to merge 2 commits intomainfrom
Closed
feat: export_timeline tool for markdown session reports#86TerminalGravity wants to merge 2 commits intomainfrom
TerminalGravity wants to merge 2 commits intomainfrom
Conversation
Covers common issues: LanceDB native modules, first-run model download, missing session data, .preflight/ config not loading, tools not appearing in Claude Code, and permission errors.
Implements #5 — adds export_timeline tool that generates structured markdown reports from timeline data with summary/daily/full formats, prompt quality trends, and weekly aggregates.
TerminalGravity
commented
Mar 4, 2026
Collaborator
Author
TerminalGravity
left a comment
There was a problem hiding this comment.
Great addition for standups and retros. Code looks solid.
Suggestions:
- Input normalization —
RELATIVE_DATE_REworks for2weeksbut someone might pass2 Weeks. Lowercase + trim before matching. - Output size —
fullformat on a busy project could be huge. Consider an optionalmaxDaysparam or a note about reasonable ranges. - This also closes #5 — might want to reference in the PR body.
Ready to ship.
TerminalGravity
commented
Mar 4, 2026
Collaborator
Author
TerminalGravity
left a comment
There was a problem hiding this comment.
Solid feature — the three export formats (summary, detailed, full) cover good use cases. 371 lines of additions with tests, closes #5. CI green. Looks good to merge.
Collaborator
Author
|
Superseded by #108. |
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.
Closes #5
Adds
export_timelinetool (tool #25) that generates structured markdown reports from timeline data.Formats:
summary— weekly aggregates with correction rates (default)daily— day-by-day event breakdown with timestampsfull— both weekly + daily detailFeatures:
7days,2weeks, etc.)Useful for weekly reviews, standups, retrospectives, or sharing progress with teammates.