3 comments

  • byrohitrajan 4 hours ago
    Nice job... the kanban + task hooks combine is a good one. Wonder how parallel activities function in practice though. How do you keep two or three agents running at the same time on distinct tasks from stomping on each other? Like, is each agent going to receive its own sandboxed terminal/session or is it going to rely on worktrees to keep things separated? Asking because I've wanted to run many instances of Claude side-by-side without one overwriting the other's edits.
    • pbjerkeseth 1 hour ago
      Every task automatically gets git worktree isolation to support the parallel work. The VM sandboxing is project scoped and more about isolating agent workloads from user-space for those who want to --dangerously-skip-permissions for example.
  • justacatbot 9 hours ago
    [flagged]
  • doshay 6 hours ago
    [dead]