From c63103c1dd25acc2438c5bf7d84784b1567b40bd Mon Sep 17 00:00:00 2001 From: Jordan Ritter Date: Sat, 4 Apr 2026 08:13:44 -0700 Subject: [PATCH] docs: reframe drift detection from maintainer POV to user POV --- docs/index.html | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6c0aceb..66ef2ff 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1363,10 +1363,7 @@

Chaos Testing

📊

Drift Detection

-

- Daily CI validation against real APIs. Know immediately when provider behavior changes - break your fixtures. -

+

Fixtures stay accurate as providers evolve. Fixes ship before your tests break.

@@ -1375,10 +1372,10 @@

Drift Detection

-

Verified against real APIs, every day

+

Your mocks never go stale

- aimock's drift detection runs daily against live provider APIs. When response formats - change, you know immediately — not when your tests break in production. + LLM providers change their response formats without warning. aimock catches it within 24 + hours and ships the fix before your tests break.

@@ -1386,24 +1383,24 @@

Verified against real APIs, every day

1

Real API calls

- Daily CI hits actual OpenAI, Anthropic, Gemini endpoints to capture current response - formats. + Daily CI hits actual OpenAI, Anthropic, Gemini endpoints to detect response format + changes.

2
-

Response validation

+

Compare & detect

- Compares real responses against aimock's fixture format. Schema changes are caught - instantly. + Response schemas are validated against aimock's builders. Any drift is flagged + automatically.

3
-

Auto-remediation

+

Fix & ship

- Drift detected → PR opened → fixtures, skills, and docs updated - automatically. Zero manual effort. + Drift detected → fixtures, builders, skills, and docs updated → PR shipped. + Always current, within a day.