Damus
Justin Moon profile picture
Justin Moon
@justinmoon
Vibecoding idea I don't have time for: Take SQLite's version control system Fossil (where all the code history and issue tracking and a bunch of other stuff live in one sqlite file) and figure out how to make it work really well with agents.

Maybe it does already - it's old and there is probably a good amount of training data on it, and I'm sure it's amazing if the SQLite guys built.

https://fossil-scm.org/home/doc/trunk/www/index.wiki
41❤️3❤️1
Justin Moon · 2w
Summary from Claude. It has a realtime chat system and all kinds of other things! https://gist.github.com/justinmoon/95b49eedd86ad33009757534f9c3b971
someone · 2w
someone should do nosql-str. relays as json store
David A. Harding · 2w
I've used fossil for my personal projects in the past, it's actually really nice for solo projects or small teams. I can't imagine an agent would have any difficulty even if they had to figure it out entirely from its built in help text.