-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
It doesn't appear to be doing much more than replication though. https://litestream.io does that for sqlite already. They seem to have more "distributed" ideas in their roadmap for v3 maybe.
-
You can already store and sync issues in git repo metadata, check out git-bug: https://github.com/MichaelMure/git-bug
-
Check out dqlite, it's sqlite but with a raft consensus to distribute changes through a log: https://dqlite.io/ You can link it in as a library too, it sounds like exactly what you want.