1 pointby rchaz4 hours ago1 comment
  • jlongo783 hours ago
    Git-stint looks solid. One pattern worth adding: give each agent a dedicated worktree plus a lightweight session manager that persists terminal state across reconnects. Agents crash, networks drop, and losing mid-run context is brutal. If your orchestration layer can replay output and resume where it left off, you eliminate a whole class of "did it finish or not" debugging. Worktree isolation handles the git side; session persistence handles the human side.