Version control
for multi-agent teams.
File locking, agent identity per commit, cliff detection, rollback by agent. Zero dependencies, sub-100ms on every op.
Up in three steps.
Install the CLI, drop in your SKILL.md, and start committing.
Install the Trace CLI globally via npm.
Pro subscribers get the SKILL.md operational guide. Place it in your agent's skills directory.
Initialize a repo and make your first commit. Done.
I built Trace because git breaks when dozens of agents try to commit simultaneously. Merge conflicts become merge chaos. Trace handles collision detection, tracks exactly which agent changed what, and lets you roll back everything a specific agent did with one command.
Git was built for humans.
Git is great for humans. For agents, it becomes a liability. Here's what changes with Trace.
Five letters. Full control.
No git baggage. No learning curve. Commands that make sense for agents and humans alike.
What makes Trace different.
Agent signing
Ed25519 cryptographic signatures on every save. Unbreakable audit trail of which agent changed what.
File locking
Multiple agents, zero conflicts. Lock before edit, auto-release on save. No merge chaos.
Rollback by agent
Undo everything a specific agent did across the entire repo. One command. Instant.
Sub-100ms everything
Zero dependencies. Save, log, diff, restore — all under 100 milliseconds.
Semantic grouping
Auto-categorize saves by type: feature, fix, refactor, docs. See patterns across your team.
Async operations
Batch saves without blocking your agent. Webhook callbacks when operations complete.
Multi-agent coordination
1000+ agents working in parallel. Distributed locking, heartbeat detection, workflow orchestration.
Cliff detection
Catch dangerous changes before they happen. Large deletions, unauthorized file access, anomaly alerts.
Built-in sync
Push and pull to any git remote. Uses git under the hood for transport. Your .trace/ history travels with your repo.
Common questions.
Included with your subscription.
The npm package is free. Pro ($29.99/mo) unlocks the SKILL.md operational guide, email support, and every product we build — Orbit included.
View plans & pricingReady to get started?
Read the full documentation to see every command, every module, every pattern. Then grab Trace and start building.