3 comments

  • barrkel0 minutes ago
    A decent idea, however it seems to me a good chunk of it is because of git limitations. Have you looked jj?<p>I&#x27;m having a much better time with jj and a workspace per subagent than I was with git and worktrees.
  • orsorna53 minutes ago
    I have CI set up so that I can just let that handle builds and exclusive locks for me, but there are particular limitations (network connectivity is mandatory). I did this because I wanted to avoid something like you built, which theoretically can&#x27;t scale as well as a dev box (much easier to extend deploy environments versus my local machine). I can see that you are working within resource constraints though which is admirable :)
    • funador3 minutes ago
      Exactly, have to shave a few corners when your laptop doesn&#x27;t even have a fan :)
  • alikhater300005 minutes ago
    [flagged]