logoalt Hacker News

imoverclockedyesterday at 10:58 PM4 repliesview on HN

What’s the long term strategy for this code base? Does the author expect community code contribution or just bug reports or maybe just test contributions?


Replies

fg137yesterday at 11:12 PM

In 6 months, seeing no adoption, move the repo to maintenance mode. Archive in 12 months.

schacontoday at 2:53 AM

I'm happy to take contributions if you want to throw some tokens at it. Bug reports would be amazing, since I haven't tested it for real very much (enough to know you can do basics).

I want to get it to the point where we can replace fork/exec'ing to an unknown Git binary or having said binary be an external dependency for GitButler. The networking stuff (push/fetch) is currently an external dep for both GitButler and Jujutsu (and pretty much every other Git-based tool in the world). I'm pretty sure I can get the project good enough at these networking ops (including all the hairy credential stuff) to be able to not need those fork/exec calls.

Yokohiiitoday at 12:05 AM

He will be probably super happy for starring the project.

0x000xca0xfetoday at 12:30 AM

The agents did all the work but _somebody_ has to test it for real on their own data to find the edge cases overlooked by AI. That's what users are for nowadays.