cd /news/developer-tools/weave-merging-based-on-language-stru… Β· home β€Ί topics β€Ί developer-tools β€Ί article
[ARTICLE Β· art-26694] src=ataraxy-labs.github.io β†— pub= topic=developer-tools verified=true sentiment=↑ positive

Weave: Merging based on language structure and not lines

Weave, a new Git merge driver from Ataraxy Labs, resolves merge conflicts by parsing code structure with tree-sitter and merging at the function or class level instead of by lines. It supports 31 merge scenarios across 7 languages and integrates with AI agents via the Model Context Protocol, enabling conflict-free collaboration for multi-agent workflows.

read1 min publishedJun 14, 2026

Entity-level semantic merge driver for Git. Two agents edit different functions in the same file? Clean merge. Every time.


$ git merge feature-b
CONFLICT (content): Merge conflict in src/lib.ts
Automatic merge failed.

bash

$ git merge feature-b
weave [src/lib.ts]:
  2 entities matched, 2 modified, 0 conflicts
Merge made by the 'ort' strategy.

31 merge scenarios across 7 languages. Full breakdown β†’

Use just the merge driver. Or add coordination for multi-agent workflows. Full docs β†’

Replaces git's line-level merge. Parses code with tree-sitter, merges by function and class.

Agents claim entities before editing. Detect conflicts before they happen.

15 tools via Model Context Protocol. Claude and other AI agents call them directly.

Entity extraction powered by sem-core and tree-sitter. Plus 5 data formats. Full list β†’

$ brew install weave

$ cd my-project && weave setup
βœ“ Merge driver configured

$ git merge feature-branch
Merge made by the 'ort' strategy.
── more in #developer-tools 4 stories Β· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/weave-merging-based-…] indexed:0 read:1min 2026-06-14 Β· β€”