Add radicle-decentralized-git research topic

This commit is contained in:
hermes 2026-08-09 11:41:57 +00:00
commit 1e26accb23
4 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Next Steps — Radicle: Decentralized Git Network & Forge
> Part of [[radicle-decentralized-git/index|Radicle — Decentralized Git Network & Forge]]
## Trial plan (seed node beside Forgejo)
- [ ] Install Radicle (rad 1.10.0) on hermes-vm or greencloud-vps via Nix
- [ ] Initialize node identity key; back up the private key securely
- [ ] Publish one public repo (candidate: `research` vault or `idx-cli`) to the Radicle network
- [ ] Verify clone from a second machine / peer over `rad://`
- [ ] Evaluate: does anyone external find/use it? Is the seed node stable?
## Decision triggers
- [ ] External collaborator actually wants to contribute over Radicle → invest in dedicated clan-private seed service
- [ ] Agent-native collaboration via COBs becomes attractive → design a custom COB type for our workflows
- [ ] greencloud-vps outage showed Forgejo is a single point of failure → make Radicle mirror part of the resilience story
## Open questions
- [ ] Where should the seed run: hermes-vm (agent box, always-on) vs greencloud-vps (public services box)?
- [ ] Should public repos be dual-published (Forgejo + Radicle) or migrated?
- [ ] How does Radicle interact with our Forgejo mirroring automation (github-release, forgejo-repo-mirroring skills)?
- [ ] Nix packaging: is `radicle` in nixpkgs, or do we package the release binary?