Comment by jpereira
3 days ago
The fact that all the data is open means not only that you could plausibly exit to other providers and keep all your projects data, (issues, prs, etc), but also that it's dramatically easier to build other tools that work on that same data. Triage, labelers, bots, etc, I know these are all possible on GitHub today with their API, but I think the programming model of ATProto removes a lot of friction in building and composing them.
I think there is a sort of thing built on top of Git where the wiki and issues are actually part of the repo itself, I forget the name, a bit like the Fossil SCM.
Maybe git-bug[1]?
[1]: https://github.com/git-bug/git-bug
It's actually its own distinct version control _system_. And yes, it is Fossil SCM: https://fossil-scm.org/
No, he’s talking about git-bug.
git-annotate uses git notes and embeds a webserver for the frontend
Looks like a hobby project that made it out of Google and into open source. Not really worked on, but very cool concept