with the increase of code being generated by ai, we can learn from the linux kernel on how to manage thousands of patches per day.
the kernel has maintainers that test and cherry pick hundreds of patches into their "ready to merge" branch.
I have been doing this with @npub1zafcm...'s vibed patches. the idea is to clean up the patches, test them, and cherry pick them onto my staging/integration branch.
I then pass it off to our iOS maintainer so that he doesn't have to vet or test 100s of these small changes.
here's an example: https://github.com/damus-io/damus/pull/3509
@note1wmmcu...
the kernel has maintainers that test and cherry pick hundreds of patches into their "ready to merge" branch.
I have been doing this with @npub1zafcm...'s vibed patches. the idea is to clean up the patches, test them, and cherry pick them onto my staging/integration branch.
I then pass it off to our iOS maintainer so that he doesn't have to vet or test 100s of these small changes.
here's an example: https://github.com/damus-io/damus/pull/3509
@note1wmmcu...