Incident response is fastest when rollback is surgical and traceable.
Response flow
- Identify impacted paths from audit and change listings.
- Select known-good version IDs for each path.
- Restore in controlled order (dependencies first).
- Validate post-restore state and reopen controlled writes.
list_changes(since="2026-04-15T00:00:00Z")
restore_version(path="services/api.env", version_id="ver_stable")
read_file(path="services/api.env")
Post-incident evidence
- Attach diff snapshots and restore events to the incident timeline.
- Record root cause + guardrail updates in the same workspace.
Coming soon: incident response automation recipes for high-frequency rollback scenarios.