Git Storyteller
Transform a Git repository's commit history into a visual narrative HTML report.
Workflow
Follow these steps in order:
Step 1: Identify the Target Repository
- If the user specifies a repo path, use that.
- If the user is working inside a git repo (check with
git rev-parse --show-toplevel), use the current repo. - If no repo can be determined, ask the user to specify one.
Step 2: Run the Analysis Script
Run the analysis script to collect and process git hist
[Description truncada. Veja o README completo no GitHub.]