Post #2291983
2026-04-28 18:32 UTC
@mauve@mastodon.mauve.moe I'm working on something I think is different and simpler. bottoms out in a crdt file per issue/merge request/ticket that gets stored into the repo and reuses existing hosted repository infrastructure for distribution. ie you should be able to use codeberg while I use source hut and we should be able to collaborate. the tool opens a local server that presents a web interface. it's more like git bug than anything.
radicle as far as I understand had a more involved bespoke p2p protocols with seeder nodes, which isn't what I'm getting at.
Replies (2)
-
@mauve@mastodon.mauve.moe 2026-04-28 19:03
@nasser@merveilles.town I like that! Whatcha gonna do for access control? are you gonna add a hook to automatically fix confflicts in the crdt file when someone does a pull/merge? Are the forge crdts going to be in their own branch? I'm guessing p2p nuts can just add a p2p remote to pull/push to if they want to sync with others.
-
@kris@todon.eu 2026-05-07 16:47
@nasser@merveilles.town @mauve@mastodon.mauve.moe Zig author working on something similar here: https://codeberg.org/andrewrk/git-collab early stage, but worth looking at if following this space.