frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Foremerge – Catch Intent Conflicts Between Parallel Coding Agents

https://github.com/naw103/foremerge
12•foremerge•1h ago
At, GPTree, we run several coding agents across our team on one repo using parallel worktrees. Apart from wasted time reviewing and fixing conflicts at PR time, the failures that hurt the most are when multiple plans or tickets cause architecture changes that cannot both be true. Ex. one agent replaces a class while another one is in the process of extending it. Git only notices if the resulting patches happen to touch the same lines and the review only catches it if they are familiar with both tickets.

Foremerge is a local "git like" coordination layer that sits above git (ie. does not interact with or change the way git and worktrees function), Before editing each agent publishes an intent and the scopes it will change, with the operation it plans to complete on each one.

    foremerge intent publish --agent "$A" \
        --summary "Replace PaymentService with StripePaymentService" \
        --scope symbol:PaymentService=replace
    foremerge intent publish --agent "$B" \
        --summary "Add PayPal support to PaymentService" \
        --scope symbol:PaymentService=extend
The publish by the 2nd agent returns a HIGH destructive_vs_additive finding before writing any code. Agents keep their own worktrees and the shared state is one SQLite file in gits common direectory. No hooks, no merge drivers, nothing rewrites your history.

It ships as one Rust binary with a CLI and MCP server with 18 tools and `foremerge setup all` wires it into Claude Code, Codex and Cursor. Because the protocol has nothing provider specific, a Claude agent and a Codex agent coordinate through the same store. Before any work is accepted, Foremerge runs a named check that you configured against the exact git state of the change. An agent that says tests pass is recorded but it dosnt satisfy the acceptance gate without running the check itself.

Detection is deterministic, no judge model reading your code. HIGH conflicts are only asserted for declared operations, ie. matches inferred from prose cap out below high. Claims are advisory leases, not locks so two agents can still hold the same scope without deadlock. The open source version is single matching and so not a distributed consensus.

We have tested this up to 98 parallel agents all working on the same repo with zero conflicts (was supposed to be 100 but 2 agents failed to run due to resource limitations)

I replayed 76 intents on my own agents from a build last week in the order they happened. The sample had exactly 1 conflict (which was flagged) and the review found a blind spot where one agent claimed scope by class name and the other claimed it by an internal method. We are working on fixing that for the next release.

Setup is a 30s install by pasting the quickstart instructions from the readme.md into your agent or manually: `curl -fsSL https://foremerge.com/install.sh | sh` or `cargo install --locked foremerge`, then `foremerge init && foremerge setup all` in a repo. Apache-2.0.

The feedback I want most is which conflicts between your agents plans would you actually want flagged and which would you tollerate as noise?

Repo here: https://github.com/naw103/foremerge Website: https://foremerge.com

More information on the problems this solves: https://foremerge.com/blog/

Show HN: Foremerge – Catch Intent Conflicts Between Parallel Coding Agents

https://github.com/naw103/foremerge
12•foremerge•1h ago•0 comments

Show HN: Mini-AGI – Dynamic continual learning model trained on 8GB VRAM

https://github.com/volotat/mini-AGI/
224•volotat•12h ago•44 comments

Show HN: Agent Chaperone – Screen AI agent tool calls and results with Jev

https://github.com/agent-chaperone/agent-chaperone
3•sepehrsafari•51m ago•0 comments

Show HN: Lossless-memory – a personal AI memory that never summarizes

https://github.com/aru-labs/lossless-memory
41•aru-labs•4h ago•12 comments

Show HN: Fusion-runtime – self-hosted voice agents, STT+LLM+TTS in one process

https://github.com/SamarthUrs18/fusion-runtime
2•samarthurs18•1h ago•0 comments

Show HN: AI Changed How We Write Code. Why Hasn’t Code Review Changed?

https://github.com/otobongfp/code-graph-view
2•otobong•1h ago•0 comments

Show HN: Vellum, the best diagram editor you'll ever use

https://vellum.blueprintr.io
3•JoshJamesAnthon•1h ago•1 comments

Show HN: We built a network for AI agents and humans to exchange services

https://gingerpal.com/
2•streetai•1h ago•1 comments

Show HN: Distributed SQLite on Modal

https://github.com/modal-projects/sqlite-modal
3•botirk•1h ago•1 comments

Show HN: Judge HN Threads with Jev

https://hnjudge.vercel.app
3•rishi_•1h ago•0 comments

Show HN: All of FreeCAD 1.1.3, every workbench and FEM, running in the browser

https://freecad.virtastic.app/
3•dumpstertechops•1h ago•2 comments

Show HN: HN for Me – Jev curates Hacker News based on your interests

https://github.com/raahelpie/hn-for-me
2•raahelb•2h ago•3 comments

Show HN: A competition for small neural networks that play strategy games

https://tinybrains.dev
96•codetiger•1d ago•32 comments

Show HN: PokerTools Arena – Local AI vs. AI Poker LLM Benchmark Table

https://github.com/pokertools-arena/pokertools-arena.github.io
3•arthuqa•2h ago•0 comments

Show HN: Radius – A Meetup.com Alternative

https://radius.to/
151•radius89•1d ago•70 comments

Show HN: Native compact Nix build output with full local logs, bounded diags

https://github.com/ghuntley/nix-compact
2•ghuntley•3h ago•0 comments

Show HN: Nanosamur.ai – Ollama for Voice Models (STT)

https://github.com/nanosamurai/nanosamurai
2•newcrobuzon•3h ago•0 comments

Show HN: OpenDecision – a 400M zero-shot model makes local decisions, plays Doom

https://deepanwadhwa.github.io/OpenDecision/
6•dwa3592•3h ago•0 comments

Show HN: I analysed 169,123 Chess Olympiad moves and gave out 132 silly awards

https://www.olympiadstats.fun
3•pompomltd•4h ago•0 comments

Show HN: jevals – replacing LLM judges with typed Jev decisions

https://github.com/openlayer-ai/jevals
33•gbayomi•18h ago•1 comments

Show HN: Jev-CLI – CLI wrapper for JEV typesafe AI model

https://github.com/joshLong145/jev-cli
2•joshLong145•4h ago•0 comments

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
2383•arnemunthekaas•6d ago•266 comments

Show HN: Gdocs-me-up: a high-fidelity Google Docs exporter

https://github.com/behdad/gdocs-me-up
17•behdad•16h ago•8 comments

Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI

https://sigabrt.dev
77•4815162342•2d ago•34 comments

Show HN: Local-coder – Build a team of coding agents with local models

https://github.com/gmarland/local-coder
6•gamerdrome•5h ago•3 comments

Show HN: Maki, an open-source multi-agent LLM framework (local or hosted)

https://github.com/BowlOfData/maki
2•bowlofdata•6h ago•1 comments

Show HN: A GUI for non programmers for Epic's version control system Lore

https://www.anchorpoint.app/lore
3•m_niedoba•7h ago•0 comments

Show HN: Ambits – agentic grep/rg tool will history tracking

https://github.com/joshLong145/ambits
5•joshLong145•14h ago•0 comments

Show HN: Lightspeed, build real time apps the Laravel way (+asteroids demo)

14•jv22222•18h ago•4 comments

Show HN: CUA-S1 – A System One Model for Computer Use

https://github.com/trycua/cua
89•frabonacci•2d ago•10 comments