frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Fleet – I built a multi-agent dev team that runs as a bash script

https://danrex.github.io/blog/replaced-dev-team-with-bash-script/
3•christiangraf•2h ago

Comments

christiangraf•2h 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.