Drift & coverage

Explain drift

Turn classified changes[] into human summaries and agentAction remediation strings for coding agents.

POST /api/drift/explain

Body

changes
requiredobject[]

Drift change objects with path, severity, and summary.

curl -X POST https://driftguard.org/api/drift/explain \
  -H "Content-Type: application/json" \
  -d '{"changes":[{"path":"tools.refund","severity":"breaking","summary":"Tool removed"}]}'