I released a remote helper as part of ngit v1.4. I'd be interested to here your thoughts.
1. it proxies to all urls listed in `git clone` so maintainers can switch between git servers (and potentially to other protocols like blossom) without creating friction for users who have already cloned.
2. it store the refs in a nostr event so the clone url doesn't need to be trusted to deliver the correct state.
3. it add open proposals to a `pr/*` branch namespace so they can easily be pushed and pulled without having to learn new commands and understand how patches work.