Comment on A desktop app for isolated, parallel agentic developmentparentComments−_pdp_9moGiven that all of these agents are written in javascript I have always wondered why they cannot simply use https://isomorphic-git.org/ and do everything in memory.−adastra229moWhy is in-memory a selling point? You want a record on disk.−ttoinou9moTo choose when to apply and not loose changes made by the agent−adastra229moYeah, you get that with git. What am I missing?−_pdp_9moIt is still git - but in memory. Why? Because we can and it is cool ;)
Comments
Given that all of these agents are written in javascript I have always wondered why they cannot simply use https://isomorphic-git.org/ and do everything in memory.
Why is in-memory a selling point? You want a record on disk.
To choose when to apply and not loose changes made by the agent
Yeah, you get that with git. What am I missing?
It is still git - but in memory. Why? Because we can and it is cool ;)