3 pointsby christiangraf7 hours ago1 comment
  • christiangraf7 hours ago
    Hey, I'm Christian. I started building Fleet because I got tired of juggling parallel Claude Code sessions and opening PRs that only AI would review.

    It's a single bash script (~1800 lines), no dependencies beyond Docker and the Claude CLI. Agents coordinate through git: tasks are files, locks are commits, each task gets its own branch. Early and rough, but it brings me value and I use it daily.

    Happy to answer questions or hear how others are approaching multi-agent setups.