Mergeability prediction
Continuously simulates pairwise merges across in-flight agent branches using Git merge-tree --write-tree so predictions are based on Git’s own merge plumbing.
Braidkeep is a merge-safety and scope-guard tool for parallel AI coding agents. It predicts likely merge conflicts, constrains file ownership, and helps teams choose a safer merge order.
Braidkeep is an Apache-2.0 merge-safety and scope-guard layer for fleets of parallel AI coding agents. It is designed to help teams predict merge conflicts, constrain where agents can edit, and decide a safer order for integrating branches back into main.
The project is explicitly marked as a research preview (v0.1.0). The README says it predicts mergeability rather than correctness, so it should be used on a throwaway or non-critical repository first and its output reviewed before taking action.
Continuously simulates pairwise merges across in-flight agent branches using Git merge-tree --write-tree so predictions are based on Git’s own merge plumbing.
Shows the current conflict state in a live conflict-matrix TUI, with conflicts lighting up when a commit lands and no merge required to see the change.
Uses per-agent file-ownership allowlists declared in braidkeep.yaml to catch scope creep before edits land.
Provides braidkeep check as the review-time enforcement step that runs on the diff in CI, regardless of how the agent was invoked.
Computes a safe merge order that groups conflict-free branches into batches and sequences the remaining tangled branches least-conflict-first.
Ships as a single static binary and stays read-only, interacting only with Git plumbing without mutating the working tree, index, or refs.
Use braidkeep watch when several agent branches are active and you want a real-time view of which pairs are likely to conflict before anyone merges.
Use the allowlist workflow when an agent is meant to touch only a narrow area of the codebase, such as an auth fix that should stay within internal/auth/.
Use braidkeep plan when you need to decide which branches can be merged together immediately and which ones should be deferred and sequenced later.
Use braidkeep check in CI or review automation when you want the file-ownership rules enforced on the diff, regardless of how the agent was launched.
Use the demo workflow or a throwaway repository to evaluate the tool before introducing it to important codebases.
Braidkeep is presented as an early-stage research preview. The README says it predicts mergeability, not correctness, so a clean prediction does not guarantee a correct or safe merge.
The README describes braidkeep watch as a live pairwise conflict matrix, braidkeep plan as a safe-merge-order planner, and braidkeep check as the review-time enforcement gate for file-ownership rules.
The project documents a per-agent file-ownership allowlist in braidkeep.yaml, with a Claude Code PreToolUse hook used as a default-on write-time guardrail. The README also says braidkeep check runs on the diff in CI and cannot be bypassed by the agent invocation mode.
The README says Braidkeep works under any orchestrator, including Claude Squad, Conductor, Vibe Kanban, plain tmux, or CI.
The README says Braidkeep is provided as-is and should be tested on a throwaway or non-critical repository first, with its output reviewed before acting on it.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads inside Firecracker micro-VMs. It is designed for workflows that need machine-level isolation, private networking between sandboxes, and programmatic control through SDK, CLI, or MCP.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.
Manta AI is an autonomous web app testing tool for teams that want to map application behavior, catch regressions, and generate tests without writing scripts or maintaining selectors. It works from a URL and supports plain-English test flows, run results with screenshots, and scheduled or deployment-triggered checks.
SonOf connects to your repo and PM tool, audits the codebase and surrounding product context, and turns approved work into shipped tickets with senior engineering review. It is aimed at founders and engineering leaders who need backlog help without hiring a full team immediately.
Ghost는 채팅, 코드 생성, 터미널 작업 실행을 지원하는 터미널 기반 AI assistant입니다. 무료 모델을 제공하며 Linux, macOS, Windows를 지원하는 오픈 소스입니다.