v3.4.10: [safe-vibe-coding] Prevent leaking FDs (#74)
We had a problem in the past where the middle process was holding onto some file descriptors unnecessarily. This change now makes the middle process close all file descriptors immediately after forking so that the total number of references to those files stays as it is expected.