Change records (drift events)

When a watched contract changes, DriftGuard stores a change record with severity — breaking, warning, or info.

What each record contains

Each change record (API: drift event) contains changes[] with path, severity, and a short summary. Pass these to POST /api/drift/explain for agentAction strings your agents can follow.

History & export

Pro+ plans export drift history via GET /api/drift/export?format=json|csv|audit. Console timeline shows recent breaking events per watch.