Rollback & Time Travel
Production is broken. You need to rollback. Now. With Edgit, rollback is instant (<50ms if using Cloudflare KV). And you can recreate any state from any point in history. Perfect reproducibility.Instant Rollback
The Problem
Production breaks at 2:47 PM on Tuesday. A customer reports a bug. Your AI system is giving wrong answers. Traditional approach:How It Works
Edgit deployments are just Git tags:Emergency Rollback Playbook
Step 1: Identify the Problem
Step 2: Find Last Known Good Version
Step 3: Rollback
Step 4: Monitor
Step 5: Investigate
Partial Rollback
You don’t have to rollback everything. Roll back only what’s broken.Scenario
You deployed 3 components at once:extraction-promptv1.1.0 Works fineanalysis-promptv2.0.0 BROKENvalidation-configv1.5.0 Works fine

