Can you give the use case? Or example runs? Seems like git log or git bisect should be enough?
replies(1):
Today I'm sharing a little tool to help you explore GitHub repositories:
This project was admittedly a big dumb excuse to play with Elm and Claude Code. I published my design notes and all the chat transcripts here:
• https://taylor.town/diggit-000
Please add bug reports and feature requests to the repo:
• https://github.com/surprisetalk/diggit
Enjoy!
The main reason I wanted to build this is that git log doesn't give me context from GitHub PRs/issues/milestones or CI events. When I'm diving into a new codebase, I like to see who's been working on what, and what ongoing problems/initiatives are propelling that development.
I've only got GH issues up (not milestones or CI events yet), but I think this is a good start!