Show HN: Bohay – Mission control for your AI coding agents
Bohay is a tool that orchestrates multiple AI coding agents within a single repository. It provides an orchestration board where tasks with dependencies can be added, and each task runs in an isolated git worktree with its own pane. The system includes path leasing, quality gates, and merges completed branches through a dedicated worktree, keeping the main checkout untouched.
- ▪Bohay allows multiple AI agents to work concurrently without file conflicts by assigning isolated git worktrees.
- ▪Users can add tasks with dependencies on the ◇ orch board, and each started task receives its own pane.
- ▪Path leasing prevents overlapping edits, and a quality gate requiring a test command must pass before a task is considered complete.
- ▪Completed branches are merged via a dedicated worktree, ensuring the main checkout remains unchanged.
Hacker News (AI / LLM) files mainly under ai. We currently carry 2,091 of its stories.
Opening excerpt (first ~120 words) tap to expand
Several agents. One repo.Zero conflicts. Add tasks with dependencies to the ◇ orch board. Each started task gets an isolated git worktree and its own pane; path leases stop overlapping edits from even being assigned; a quality gate (your test command) must pass before a task counts as done; and finished branches merge through a dedicated worktree,your checkout is never touched. Read the orchestration guide →
Excerpt limited to ~120 words for fair-use compliance. The full article is at bohay.