maplepreneur / arbora
Arbora is a CLI for spinning up safe, isolated git worktrees so multiple agents (or humans) can ship in parallel—without stepping on the same working tree.
Install
curl -fsSL https://raw.githubusercontent.com/maplepreneur/arbora/main/install.sh | shIf the script path differs in your fork, replace it with the URL from your GitHub repository.
Give each agent its own branch and worktree so experiments stay separate until you merge deliberately.
Stop shared dirty trees and surprise overwrites when several automations touch the same clone.
Markdown docs with search and clear examples—modeled after the calm Mintlify reading experience.