AgenZync for developers

Parallel coding agents.
One governed delivery path.

AgenZync gives a root agent the runtime controls, isolated workspaces, and durable evidence needed to turn several coding agents into a supervised engineering team.

Worktree-native collaboration

Separate the work.
Coordinate the change.

Worktrees isolate execution. Write Intents make planned overlap visible. ChangeSets preserve the actual diff. Reconciliation then uses repository identity and real hunks—not a blunt whole-file mutex.

ROOTShip authentication hardeningsupervising 3 agent workspaces
A1 · IMPLEMENTworktrees/awt-21session.py +28 −6CHANGESET READY
A2 · REFACTORworktrees/awt-22token.py +14 −19RUNNING
A3 · VERIFYworktrees/awt-2312 checks queuedWAITING
RECONCILIATIONRepository identity → base revision → actual hunks → verificationhuman / root controlled
CodeGuard for coding agents

Let agents implement.
Keep delivery inside the contract.

The coding agent proposes the change; CodeGuard independently decides whether that exact proposal may advance. High-confidence analyzers catch unresolved conflicts, exposed credentials, and invalid Python or JSON, while structured findings tell the agent what to repair.

FROZEN ATTEMPT CONTRACTImplement session hardeningagent-run · attempt · objective · policy hash
sha256: 4d17…c92e
01PRE-WRITE

Assess the exact patch

Inspect complete proposed file contents before Guardian approval or repository mutation.

ALLOW
02COMPLETION

Observe the real ChangeSet

Evaluate the server-observed diff, including tracked files written through shell tools.

CHALLENGE
03PRE-INTEGRATION

Recheck after rebase

Bind the originating attempt to the authoritative rebased diff before verification can pass.

BLOCK
CONTENT-FREE DECISION RECEIPTExact proposal certifiedDurable, tamper-detectable, and attempt-scoped
conflict-markersclearcredential-scanclearpython-json-syntaxclearattempt-contractbound
coding-agent supervisionexact-patch identityfail-closed enforcementstructured remediationindependent reviewer port
Zero-friction, identity-safe setup

Choose the workspace.
Let AgenZync establish the boundary.

An empty workspace becomes a committed Git repository ready for isolated agents. Existing repository identity is checked across Projects so a renamed Project cannot silently claim the same source twice.

01
SELECTED WORKSPACE

Inspect the exact root

Resolve the canonical directory and check its Git state before Project ownership is recorded.

/workspace/product-apiempty directory
02
SAFE BASELINE

Initialize when empty

Create the repository and its initial committed baseline so isolated Git execution is available immediately.

main · initial commitgit ready
03
PROJECT OWNERSHIP

Fence duplicate identity

Compare canonical repository identity across Projects, regardless of their display names.

repo identity · 7f3c…91a2one owner
PROJECT APayments API/workspace/product-api
PROJECT BBackend refresh/workspace/product-api

Duplicate prevented Same repository identity, even with a different Project name.

committed Git baselinecanonical path inspectionrepository identity ownershipidempotent Project creation
Transparent, resumable delivery

Plan the work.
Let agents move it forward.

Enable the Board only when the Project needs it. Agents can fetch ready work, filter and search items, update progress, and move verified outcomes through review—while the root agent keeps delegation and integration under control.

PROJECT BOARDRelease hardening
All typesPrioritySearch
READY02
STORY · HIGHAdd organization rolesauth · api
TASK · MEDIUMDocument key rotationsecurity
IN PROGRESS01
ENHANCEMENT · HIGHStream audit eventsruntime · evidence
REVIEW01
BUG · CRITICALFence stale workerscollaboration
DONE12
TASK · MEDIUMVerify migration pathdatabase
BOARD TOOLSlist · search · create · update · moverevision-safe
optional Project moduledatabase-backed authoritypeople + agents share one stateportable JSON export
Engineering controls that compose
01

Isolated execution

Each coding agent receives a bound Git worktree instead of sharing one mutable checkout.

02

Scoped Write Intents

Agents announce planned path scope. Optimistic overlap remains visible; protected resources can require exclusive handling.

03

ChangeSet inspection

Submitted changes carry repository identity, base revision, file changes, hunks, and verification evidence.

04

CodeGuard supervision

Exact patches, authoritative ChangeSets, and rebased diffs are assessed against the coding attempt before delivery can proceed.

05

Root-agent control

The owner can message, redirect, interrupt, follow up, close, reopen, and route work into verification.

06

Automatic repository onboarding

Select an empty workspace and receive an initialized repository with the committed baseline required for isolated execution.

07

Duplicate repository guard

Canonical Git identity prevents the same repository from being attached to another Project under a different name.

08

Project Board

Turn plans into durable tasks, stories, bugs, enhancements, and epics that people and agents can search, move, and resume.

09

Provider choice

Use Codex CLI, Claude Code, OpenCode, OpenAI-compatible providers, or local Ollama models.

10

MCP-ready runtime

Connect stdio or streamable HTTP MCP servers for namespaced tools and resources, including OAuth-enabled services.

Bring the coding agents you trust

Make parallel implementation reviewable by design.

Keep each agent isolated, each decision inspectable, and every submitted change connected to the mission that produced it.

Explore AgenZync