Expand description
Git Intelligence: Timeline page with development activity history
Extracts git log data to show recent activity, contributor patterns, file churn, and weekly summaries.
Structs§
- Commit
Info - A single commit
- Contributor
- Contributor stats
- File
Churn - File churn: how often a file changes
- GitIntel
- Complete git intelligence data
- Module
Activity - Per-module activity
- Week
Summary - Weekly activity summary
Functions§
- build_
timeline_ context - Build structural context for LLM narration
- days_
to_ ymd - Convert days since epoch to (year, month, day)
- epoch_
to_ date_ string - Convert epoch seconds to YYYY-MM-DD string
- extract_
git_ intel - Extract git log data for the last 6 months
- render_
timeline_ markdown - Render timeline data as markdown