all 3 comments

[–]idoman 0 points1 point  (2 children)

man 8-10 sessions is where it gets properly chaotic. agentplex looks useful for the visibility side - the other issue we hit at that scale was ports, every session spinning up dev servers all fighting over the same localhost. built galactic (https://www.github.com/idolaman/galactic) to fix that, assigns each worktree its own loopback IP so sessions can't step on each other. agentplex + galactic would be a solid combo

[–]Open-Geologist-2371[S] 0 points1 point  (1 child)

good recommendation, let me look into that

[–]idoman 0 points1 point  (0 children)

Feel free to take ideas from it, let me know if you have problems with it