Run AI coding agents in parallel on one git repo and safely auto-merge their work — only changes that build and pass tests land. On top of plain git; bring your own model.
-
Updated
Aug 14, 2026 - Go
Run AI coding agents in parallel on one git repo and safely auto-merge their work — only changes that build and pass tests land. On top of plain git; bring your own model.
A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates
An implementation of Optimistic Concurrency Control Algorithms - FOCC and BOCC (Forward and Backward), according to the book Transactional Information Systems (Vossen)
A thread-safe in-memory key-value store with optimistic concurrency support.
Entity Framework Core Concurrency Control Demo
Shared versioned state for multi-agent AI workflows. An MCP server.
Live room where humans and NodeAgents edit a shared spreadsheet, note, and post-it wall together — never clobbering each other. lock → draft → smart-merge with per-element CAS versioning. Runs deterministic (no keys, in-memory) or live (Convex + model-routed LLM agents). Verified multi-client sync, no refresh.
A comprehensive full-stack CRUD application showcasing modern client-server architecture with search, sorting, pagination, optimistic concurrency, bulk operations, and real-time statistics built in vanilla JavaScript and Node.js.
AI document editor with per-chunk optimistic concurrency, HTTP-streamed Gemini generation, cosine-similarity retrieval, and queued PDF export.
Release-candidate editorial CMS with database sessions, workspace RBAC, immutable revisions, conflict-safe autosave and tested media/AI boundaries.
A lock-free software-only runtime system for C++ that eliminates concurrency errors for fork-join parallel programs
Collaborative market research reports backend: report sharing, section-level optimistic concurrency (ETag/If-Match), append-only audit log with revert, and LLM-gateway section rewrite. FastAPI + async SQLAlchemy + Alembic + PostgreSQL.
A .NET 10 demo for exploring optimistic and pessimistic database concurrency patterns with Entity Framework Core, SQL Server, and Minimal APIs.
Optimistic concurrency at slot granularity: version the slot, not the row, so two concurrent inserts cannot both win
Event Sourcing from scratch on PHP/Symfony — a wallet with balance and fund holds. Hand-rolled event store, projections and snapshots on Doctrine DBAL, no ES/CQRS libraries. Portfolio project covering optimistic concurrency, read-time upcasting, and idempotent projectors.
Production-ready collaborative wiki backend with MongoDB, OCC, JWT auth, full-text search, and schema migrations
Offline-first Kotlin Multiplatform task sync app with native Android/iOS clients, SQLDelight persistence, Ktor backend, durable outbox, conflict resolution, tests, and CI.
Compile-time optimistic concurrency for EF Core — [Optimistic] generates RowVersion, SaveChangesClientWinsAsync and SaveChangesDatabaseWinsAsync handle conflicts
Independent household cash-flow product demonstrating accessible React architecture, secure Spring Boot APIs, PostgreSQL ownership boundaries, and cross-layer verification.
Razor Pages POC that reconstructs IIIF Manifests from KurrentDB event streams, with replayable domain events, SDK ChangeSet audit metadata, historical revisions, optimistic concurrency, and version-aware export.
Add a description, image, and links to the optimistic-concurrency topic page so that developers can more easily learn about it.
To associate your repository with the optimistic-concurrency topic, visit your repo's landing page and select "manage topics."